From bafab67880efb5f295c61a13161325ff91107104 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 28 六月 2025 10:50:43 +0800
Subject: [PATCH] erp人员配置

---
 DevApp/Gs.DevApp/ToolBox/MsgHelper.cs |   30 +++++++-----------------------
 1 files changed, 7 insertions(+), 23 deletions(-)

diff --git a/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs b/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
index 4858f8d..4300e16 100644
--- a/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
+++ b/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
@@ -4,12 +4,12 @@
 namespace Gs.DevApp.ToolBox
 {
     /// <summary>
-    ///  绯荤粺娑堟伅鎻愮ず绐椾綋
+    ///     绯荤粺娑堟伅鎻愮ず绐椾綋
     /// </summary>
     public class MsgHelper
     {
         /// <summary>
-        ///  鎵撳紑瀵硅瘽妗�
+        ///     鎵撳紑瀵硅瘽妗�
         /// </summary>
         /// <param name="msg">鏈瀵硅瘽鍐呭</param>
         /// <returns></returns>
@@ -24,7 +24,7 @@
         }
 
         /// <summary>
-        ///  閿欒娑堟伅鎻愮ず妗�
+        ///     閿欒娑堟伅鎻愮ず妗�
         /// </summary>
         /// <param name="msg">閿欒娑堟伅鍐呭</param>
         public static void ShowError(string msg)
@@ -36,7 +36,7 @@
         }
 
         /// <summary>
-        ///  鏄剧ず绯荤粺寮傚父
+        ///     鏄剧ず绯荤粺寮傚父
         /// </summary>
         /// <param name="e">绯荤粺寮傚父</param>
         public static void ShowException(Exception e)
@@ -53,24 +53,8 @@
             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>
-        ///  淇℃伅鎻愮ず妗�
+        ///     淇℃伅鎻愮ず妗�
         /// </summary>
         /// <param name="msg">鏈鏄剧ず鐨勬秷鎭�</param>
         public static void ShowInformation(string msg)
@@ -82,7 +66,7 @@
         }
 
         /// <summary>
-        ///  璀﹀憡鎻愮ず妗�
+        ///     璀﹀憡鎻愮ず妗�
         /// </summary>
         /// <param name="msg">璀﹀憡鍐呭</param>
         public static void Warning(string msg)
@@ -93,4 +77,4 @@
                 MessageBoxDefaultButton.Button1);
         }
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3