lu
2025-06-07 9516ce1ad9e8be1b9d33f7961c91a5683cc83f07
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>