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/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