diff --git a/Program.cs b/Program.cs index 281a2b0..0ba595d 100644 --- a/Program.cs +++ b/Program.cs @@ -15,7 +15,7 @@ namespace FlyDockTool { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new mainForm()); + Application.Run(new mainForm()); ; } } }