From 70332ced875cd4afaad7c31dc83f863eb1bd1a9f Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期三, 22 十月 2025 09:58:49 +0800
Subject: [PATCH] 排产工单搜索
---
DevApp/Gs.DevApp/Program.cs | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs
index 1220f48..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,7 +38,7 @@
/// </summary>
private static void _startLogin()
{
- //Application.Run(new XtraForm2());
+ //Application.Run(new XtraForm1());
//return;
CefSettings settings = new CefSettings();
settings.Locale = "zh-CN";
--
Gitblit v1.9.3