Loading

摘要: debug只在debug模式下才执行(运行按钮后面的下拉框可选)。 阅读全文
posted @ 2020-08-17 10:28 二次元攻城狮 阅读(725) 评论(0) 推荐(0)
摘要: 根据网上的资料稍微修改了一下,原理很简单。 static void Main() { GlobalExceptionCapture(() => { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); }); } 阅读全文
posted @ 2020-08-17 10:03 二次元攻城狮 阅读(625) 评论(0) 推荐(3)