|
@@ -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());
|
|
|
}
|
|
|
}
|