1111
This commit is contained in:
parent
0254727fa8
commit
b33cf5f9e2
@ -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
|
||||||
@ -16,7 +14,7 @@ namespace FlyDockTool
|
|||||||
//测试11111 都是对的收到大大大
|
//测试11111 都是对的收到大大大
|
||||||
Application.EnableVisualStyles();
|
Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
Application.Run(new mainForm()); ;//888888999
|
Application.Run(new mainForm()); ;//888888999888
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user