From 804b206f1589662f39a35bfc45c04e9d4da25a6c Mon Sep 17 00:00:00 2001 From: lishuang <43914504@qq.com> Date: Fri, 13 Dec 2024 09:40:49 +0800 Subject: [PATCH] eeeee --- Program.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Program.cs b/Program.cs index 23f1a3e..2e12a57 100644 --- a/Program.cs +++ b/Program.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; using System.Windows.Forms; namespace FlyDockTool @@ -12,11 +10,11 @@ namespace FlyDockTool /// [STAThread] static void Main() - { + { //测试11111 都是对的收到大大大 Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new mainForm()); ;//888888999 + Application.Run(new mainForm()); ;// gitceshi } } }