From 2e671ba4dffe24fa6d7d92f2c75b0826342aee17 Mon Sep 17 00:00:00 2001 From: zhaoyz Date: Mon, 3 Apr 2023 11:28:48 +0800 Subject: [PATCH] test --- WindowsFormsAppTest/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WindowsFormsAppTest/Program.cs b/WindowsFormsAppTest/Program.cs index 1ad7a44..623c9a5 100644 --- a/WindowsFormsAppTest/Program.cs +++ b/WindowsFormsAppTest/Program.cs @@ -13,7 +13,8 @@ namespace WindowsFormsAppTest /// [STAThread] static void Main() - { + { + Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1());