Browse Source

Чистка кода

Сергей Кокуев 2 years ago
parent
commit
e40f658325
1 changed files with 1 additions and 4 deletions
  1. 1 4
      project/Program.cs

+ 1 - 4
project/Program.cs

@@ -1,7 +1,4 @@
 using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
 using System.Windows.Forms;
 
 namespace project
@@ -15,7 +12,7 @@ namespace project
         static void Main()
         {
             Application.EnableVisualStyles();
-            Application.SetCompatibleTextRenderingDefault(false);
+            Application.SetCompatibleTextRenderingDefault(false); 
             Application.Run(new Start());
         }
     }