From d0f32cf641c751e6b926d2169fc1b17c155c6c82 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期四, 31 七月 2025 15:43:51 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/Program.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs index 90d9eae..5474a54 100644 --- a/DevApp/Gs.DevApp/Program.cs +++ b/DevApp/Gs.DevApp/Program.cs @@ -1,11 +1,9 @@ 锘縰sing CefSharp; using CefSharp.WinForms; -using DevExpress.Drawing.Internal.Fonts.Interop; using Gs.DevApp.DevFrm; using Gs.DevApp.DevFrm.Work; using Gs.DevApp.Properties; using System; -using System.Configuration; using System.Diagnostics; using System.IO; using System.Windows.Forms; @@ -53,7 +51,8 @@ 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