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>