From 2e3496c2bc19c1dcb25dbbde0022a6a6d2b4ff7b Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 13:27:18 +0800
Subject: [PATCH] ID转人名:受托退料申请、受托退料单
---
DevApp/Gs.DevApp/Program.cs | 19 +++----------------
1 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs
index da19396..debf7ff 100644
--- a/DevApp/Gs.DevApp/Program.cs
+++ b/DevApp/Gs.DevApp/Program.cs
@@ -1,10 +1,6 @@
锘縰sing CefSharp;
using CefSharp.WinForms;
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.Diagnostics;
using System.IO;
@@ -42,6 +38,8 @@
/// </summary>
private static void _startLogin()
{
+ //Application.Run(new XtraForm1());
+ //return;
CefSettings settings = new CefSettings();
settings.Locale = "zh-CN";
Cef.Initialize(settings);
@@ -53,18 +51,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