From 2d67aa96bf5e9e74c6033ced23b9ce38dc042637 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 06 十一月 2025 16:49:29 +0800
Subject: [PATCH] ID转姓名:返工列表、采购到货单(收料明细)、到货条码打印、采购入库单、其他入库申请、其他入库单
---
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