2 Commits 5842a9b6ce ... c39c6551ef

Author SHA1 Message Date
  Сергей Кокуев c39c6551ef Чистка кода. 2 years ago
  Сергей Кокуев e40f658325 Чистка кода 2 years ago
1 changed files with 2 additions and 5 deletions
  1. 2 5
      project/Program.cs

+ 2 - 5
project/Program.cs

@@ -1,8 +1,5 @@
 using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
-using System.Windows.Forms;
+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());
         }
     }