From b33cf5f9e21e6ebbe96835ffa1722c67caaf1c13 Mon Sep 17 00:00:00 2001 From: lishuang <43914504@qq.com> Date: Fri, 13 Dec 2024 09:40:49 +0800 Subject: [PATCH] 1111 --- Program.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Program.cs b/Program.cs index 23f1a3e..ac066f0 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()); ;//888888999888 } } }