From 63384af5165b189bfb8c682559e7c7a08d483f0b Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期五, 25 七月 2025 08:10:50 +0800 Subject: [PATCH] Merge branch 'master' of http://git.gs-mes.com:8080/r/~tjx/GsMesClient --- 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