From dd85ee6c48c67441fca2a67fc024828f104e0791 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期四, 18 九月 2025 16:18:46 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/Program.cs | 18 ++++-------------- 1 files changed, 4 insertions(+), 14 deletions(-) diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs index 4a26e0f..e0e4483 100644 --- a/DevApp/Gs.DevApp/Program.cs +++ b/DevApp/Gs.DevApp/Program.cs @@ -1,11 +1,11 @@ 锘縰sing CefSharp; using CefSharp.WinForms; -using DevExpress.Drawing.Internal.Fonts.Interop; using Gs.DevApp.DevFrm; +using Gs.DevApp.DevFrm.QC; using Gs.DevApp.DevFrm.Work; using Gs.DevApp.Properties; +using Gs.DevApp.ToolBox; using System; -using System.Configuration; using System.Diagnostics; using System.IO; using System.Windows.Forms; @@ -54,18 +54,8 @@ if (fmLogin.DialogResult == DialogResult.OK) { //Application.Run(new DevFrm.User.SysMenu()); - bool IsWeight = false; - try - { - IsWeight = Settings.Default.isWeight; - } - catch (Exception) - { - } - if (IsWeight == true) - Application.Run(new Frm_Work09()); - else - Application.Run(new FrmMain()); + //return; + Application.Run(new FrmMain()); } } else -- Gitblit v1.9.3