From 668528c60c3e5c41126a1ff7f349a6914359a835 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期二, 12 八月 2025 13:26:14 +0800 Subject: [PATCH] 采购测试 --- DevApp/Gs.DevApp/Program.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs index fcf7616..801da22 100644 --- a/DevApp/Gs.DevApp/Program.cs +++ b/DevApp/Gs.DevApp/Program.cs @@ -1,11 +1,10 @@ 锘縰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 Gs.DevApp.ToolBox; using System; -using System.Configuration; using System.Diagnostics; using System.IO; using System.Windows.Forms; @@ -42,6 +41,8 @@ /// </summary> private static void _startLogin() { + //Application.Run(new XtraForm1()); + //return; CefSettings settings = new CefSettings(); settings.Locale = "zh-CN"; Cef.Initialize(settings); @@ -62,7 +63,7 @@ { } if (IsWeight == true) - Application.Run(new Frm_Work09()); + Application.Run(new Frm_Work09(QcSeason.浜х嚎绉伴噸.ToString())); else Application.Run(new FrmMain()); } -- Gitblit v1.9.3