DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
@@ -49,24 +49,7 @@ innerMsg = e.InnerException.Message; s += "\n" + innerMsg; } 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>