From 86e875b896d74dce8757ad693eb5dd336a7645cf Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期二, 16 九月 2025 13:14:03 +0800 Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~kyy/LW_MesClient --- DevApp/Gs.DevApp/Program.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs index 1f401ad..a7362c3 100644 --- a/DevApp/Gs.DevApp/Program.cs +++ b/DevApp/Gs.DevApp/Program.cs @@ -20,6 +20,7 @@ [STAThread] private static void Main() { + Application.EnableVisualStyles(); var processName = Path.GetFileNameWithoutExtension(Process.GetCurrentProcess() .MainModule.FileName); @@ -54,7 +55,7 @@ fmLogin.ShowDialog(); if (fmLogin.DialogResult == DialogResult.OK) { - // Application.Run(new DevFrm.User.SysMenu()); + //Application.Run(new DevFrm.User.SysMenu()); //return; bool IsWeight = false; try -- Gitblit v1.9.3