From 8114becd3aa125191bf0ed06cb8b17379b5757aa Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期五, 12 十二月 2025 13:38:48 +0800
Subject: [PATCH] 其它入库单据类型改为可维护

---
 DevApp/Gs.DevApp/ToolBox/MsgHelper.cs |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs b/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
index 7e42e87..0cd3733 100644
--- a/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
+++ b/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
@@ -49,24 +49,7 @@
                 innerMsg = e.InnerException.Message;
                 s += "\n" + innerMsg;
             }
-
             Warning(s);
-        }
-
-        public static void ShowException(Exception ex, string customMessage)
-        {
-            //if (ex is CustomException)
-            //{
-            //    ShowException(ex);
-            //}
-            //else if (customMessage != "")
-            //{
-            //    Warning(customMessage);
-            //}
-            //else
-            //{
-            //    Warning(ex.Message);
-            //}
         }
 
         /// <summary>

--
Gitblit v1.9.3