From f19287e9b196ed845d1fa724c04cd24feedc0027 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期六, 22 十一月 2025 17:07:13 +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