2 Incheckningar 5842a9b6ce ... c39c6551ef

Upphovsman SHA1 Meddelande Datum
  Сергей Кокуев c39c6551ef Чистка кода. 2 år sedan
  Сергей Кокуев e40f658325 Чистка кода 2 år sedan
1 ändrade filer med 2 tillägg och 5 borttagningar
  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());
         }
     }