From cd56e8c58a58beb69795f7a55297ef6b171353c0 Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Thu, 12 Dec 2024 14:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95111111?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 0ba595d..0d9b77b 100644 --- a/Program.cs +++ b/Program.cs @@ -12,7 +12,8 @@ namespace FlyDockTool /// [STAThread] static void Main() - { + { + //测试11111 Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new mainForm()); ;