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 } } }