Browse Source

test

master
zhaoyz 2 years ago
parent
commit
2e671ba4df
  1. 1
      WindowsFormsAppTest/Program.cs

1
WindowsFormsAppTest/Program.cs

@ -14,6 +14,7 @@ namespace WindowsFormsAppTest
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());

Loading…
Cancel
Save