From ac3e88e5dc69c74c80045a86abe38caae81d0101 Mon Sep 17 00:00:00 2001 From: cloudflight <cloudflight@126.com> Date: 星期三, 20 十二月 2023 13:06:46 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/Yw/Hydro.V1.0 --- TestForm/Program.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/TestForm/Program.cs b/TestForm/Program.cs index e342216..f5f19e2 100644 --- a/TestForm/Program.cs +++ b/TestForm/Program.cs @@ -16,7 +16,7 @@ { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); + Application.Run(new FormNew()); } } } -- Gitblit v1.9.3