From 7113711bc89507350e328357808ae6d7cef1c461 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期五, 22 八月 2025 10:17:00 +0800 Subject: [PATCH] 称重 --- DevApp/Gs.DevApp/Program.cs | 15 +-------------- 1 files changed, 1 insertions(+), 14 deletions(-) diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs index 5ab6b77..213b64e 100644 --- a/DevApp/Gs.DevApp/Program.cs +++ b/DevApp/Gs.DevApp/Program.cs @@ -42,8 +42,6 @@ /// </summary> private static void _startLogin() { - //Application.Run(new WeightIqc()); - //return; CefSettings settings = new CefSettings(); settings.Locale = "zh-CN"; Cef.Initialize(settings); @@ -55,18 +53,7 @@ { //Application.Run(new DevFrm.User.SysMenu()); //return; - bool IsWeight = false; - try - { - IsWeight = Settings.Default.isWeight; - } - catch (Exception) - { - } - if (IsWeight == true) - Application.Run(new Frm_Work09(QcSeason.浜х嚎绉伴噸.ToString())); - else - Application.Run(new FrmMain()); + Application.Run(new FrmMain()); } } else -- Gitblit v1.9.3