diff --git a/Program.cs b/Program.cs index 0ba595d..0d9b77b 100644 --- a/Program.cs +++ b/Program.cs @@ -12,7 +12,8 @@ namespace FlyDockTool /// [STAThread] static void Main() - { + { + //测试11111 Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new mainForm()); ;