lg
昨天 8114becd3aa125191bf0ed06cb8b17379b5757aa
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>