Browse Source

test

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

3
WindowsFormsAppTest/Program.cs

@ -13,7 +13,8 @@ namespace WindowsFormsAppTest
/// </summary>
[STAThread]
static void Main()
{
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());

Loading…
Cancel
Save