From b18a92307a097e853d7fe7ae0156ab2bfec444df Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Thu, 12 Dec 2024 14:13:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 281a2b0..0ba595d 100644 --- a/Program.cs +++ b/Program.cs @@ -15,7 +15,7 @@ namespace FlyDockTool { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new mainForm()); + Application.Run(new mainForm()); ; } } }