摘要: Simulator 阅读全文
posted @ 2022-10-27 17:17 ꧁执笔小白꧂ 阅读(472) 评论(0) 推荐(0)
摘要: static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetC 阅读全文
posted @ 2022-10-27 16:21 ꧁执笔小白꧂ 阅读(112) 评论(0) 推荐(0)
摘要: public partial class App : Application { /// <summary> /// 异常处理 /// </summary> protected override void OnStartup(StartupEventArgs e) { base.OnStartup( 阅读全文
posted @ 2022-10-27 15:01 ꧁执笔小白꧂ 阅读(193) 评论(0) 推荐(0)