diff --git a/test1/Program.cs b/test1/Program.cs index 8881a47..2bd6433 100644 --- a/test1/Program.cs +++ b/test1/Program.cs @@ -12,6 +12,8 @@ namespace test1 // see https://aka.ms/applicationconfiguration. ApplicationConfiguration.Initialize(); Application.Run(new Form1()); + + } } } \ No newline at end of file