浏览代码

Чистка кода

Сергей Кокуев 2 年之前
父节点
当前提交
e40f658325
共有 1 个文件被更改,包括 1 次插入4 次删除
  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());
         }
     }