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] [STAThread]
static void Main() static void Main()
{ {
Application.EnableVisualStyles(); Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false); Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1()); Application.Run(new Form1());

Loading…
Cancel
Save