lg
2025-11-20 937fb165a9fadf7f56fb56ccd3c1e2a40564b263
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>