eeeee
This commit is contained in:
parent
0254727fa8
commit
804b206f15
@ -1,6 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace FlyDockTool
|
||||
@ -12,11 +10,11 @@ namespace FlyDockTool
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
{
|
||||
//测试11111 都是对的收到大大大
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new mainForm()); ;//888888999
|
||||
Application.Run(new mainForm()); ;// gitceshi
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user