This commit is contained in:
lishuang 2024-12-13 09:40:49 +08:00
parent 0254727fa8
commit 804b206f15

View File

@ -1,6 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms; using System.Windows.Forms;
namespace FlyDockTool namespace FlyDockTool
@ -12,11 +10,11 @@ namespace FlyDockTool
/// </summary> /// </summary>
[STAThread] [STAThread]
static void Main() static void Main()
{ {
//测试11111 都是对的收到大大大 //测试11111 都是对的收到大大大
Application.EnableVisualStyles(); Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false); Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new mainForm()); ;//888888999 Application.Run(new mainForm()); ;// gitceshi
} }
} }
} }