From 0af8bce17a32dd66491b4802d6158a325ea1c73f Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期四, 18 九月 2025 16:16:09 +0800 Subject: [PATCH] 增加委外领料申请,增加选择员工按钮 --- DevApp/Gs.DevApp/ToolBox/MsgHelper.cs | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs b/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs index 7e42e87..4300e16 100644 --- a/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs +++ b/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs @@ -53,22 +53,6 @@ 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> -- Gitblit v1.9.3