资源简介
这是一个我的世界启动器源码
代码片段和文件信息
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个文件信息
评论
共有 条评论