資源簡介
這是一個我的世界啟動器源碼
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows;
namespace?WpfApplication2
{
????///?
????///?App.xaml?的交互邏輯
????///?
????public?partial?class?App?:?Application
????{
????????//UI線程異常
????????static?void?Application_ThreadException(object?sender?System.Threading.ThreadExceptionEventArgs?e)
????????{
????????????MessageBox.Show(“UI界面異常如下:“?+?e.Exception);
????????}
????????//多線程異常
????????static?void?CurrentDomain_UnhandledException(object?sender?UnhandledExceptionEventArgs?e)
????????{
????????????MessageBox.Show(“多線程異常:“?+?(Exception)e.Exceptionobject);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-05-14?18:49??HuaJiLaunch-master\
?????目錄???????????0??2017-05-14?18:49??HuaJiLaunch-master\.vs\
?????目錄???????????0??2017-06-17?19:29??HuaJiLaunch-master\.vs\WpfApplication2\
?????目錄???????????0??2017-06-17?19:29??HuaJiLaunch-master\.vs\WpfApplication2\v14\
?????文件???????78848??2017-05-12?23:20??HuaJiLaunch-master\.vs\WpfApplication2\v14\.suo
?????目錄???????????0??2017-05-14?18:49??HuaJiLaunch-master\.vs\WpfApplication2\v15\
?????文件??????117248??2017-05-13?15:56??HuaJiLaunch-master\.vs\WpfApplication2\v15\.suo
?????文件?????????166??2017-05-12?23:20??HuaJiLaunch-master\README.md
?????目錄???????????0??2017-05-14?18:50??HuaJiLaunch-master\WpfAppLication2\
?????文件?????????769??2017-05-12?23:20??HuaJiLaunch-master\WpfAppLication2\App.config
?????文件????????1225??2017-05-12?23:20??HuaJiLaunch-master\WpfAppLication2\App.xaml
?????文件?????????772??2017-05-12?23:20??HuaJiLaunch-master\WpfAppLication2\App.xaml.cs
?????文件??????????77??2017-05-12?23:20??HuaJiLaunch-master\WpfAppLication2\FodyWeavers.xm
?????文件???????14174??2017-05-12?23:48??HuaJiLaunch-master\WpfAppLication2\MainWindow.xaml
?????文件???????39676??2017-05-12?23:50??HuaJiLaunch-master\WpfAppLication2\MainWindow.xaml.cs
?????目錄???????????0??2017-05-14?18:49??HuaJiLaunch-master\WpfAppLication2\Minecraft\
?????文件???????21326??2017-05-12?23:20??HuaJiLaunch-master\WpfAppLication2\Minecraft\Minecraft_launch.cs
?????目錄???????????0??2017-05-14?18:50??HuaJiLaunch-master\WpfAppLication2\Properties\
?????文件????????2163??2017-05-12?23:20??HuaJiLaunch-master\WpfAppLication2\Properties\AssemblyInfo.cs
?????文件????????2807??2017-05-12?23:20??HuaJiLaunch-master\WpfAppLication2\Properties\Resources.Designer.cs
?????文件????????5496??2017-05-12?23:20??HuaJiLaunch-master\WpfAppLication2\Properties\Resources.resx
?????文件????????1089??2017-05-12?23:20??HuaJiLaunch-master\WpfAppLication2\Properties\Settings.Designer.cs
?????文件?????????195??2017-05-12?23:20??HuaJiLaunch-master\WpfAppLication2\Properties\Settings.settings
?????文件???????11732??2017-05-12?23:20??HuaJiLaunch-master\WpfAppLication2\WpfApplication2.csproj
?????文件?????????466??2017-05-12?23:20??HuaJiLaunch-master\WpfAppLication2\WpfApplication2.csproj.user
?????目錄???????????0??2017-05-14?18:49??HuaJiLaunch-master\WpfAppLication2\bin\
?????目錄???????????0??2017-05-14?18:49??HuaJiLaunch-master\WpfAppLication2\bin\Release\
?????文件?????1193984??2017-05-13?14:54??HuaJiLaunch-master\WpfAppLication2\bin\Release\HuajiLaunch.exe
?????文件?????????769??2017-05-12?23:20??HuaJiLaunch-master\WpfAppLication2\bin\Release\HuajiLaunch.exe.config
?????文件???????69120??2017-05-13?14:54??HuaJiLaunch-master\WpfAppLication2\bin\Release\HuajiLaunch.pdb
?????文件???????22688??2017-06-17?19:29??HuaJiLaunch-master\WpfAppLication2\bin\Release\HuajiLaunch.vshost.exe
............此處省略397個文件信息
評論
共有 條評論