From b1b0483d41715fc187f6fe822c505844c23ea317 Mon Sep 17 00:00:00 2001 From: lishuang <43914504@qq.com> Date: Fri, 13 Dec 2024 09:47:28 +0800 Subject: [PATCH] 67 --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index e5e2143..ced15e7 100644 --- a/Program.cs +++ b/Program.cs @@ -14,7 +14,7 @@ namespace FlyDockTool //测试11111 都是对的收到大大大 Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new mainForm()); ;//gitceshi + Application.Run(new mainForm()); ;//gitceshi88 } } }