wxr
2023-09-06 76e8a76fb6634d9a81244dde3ca0b86e62b6211a
HDL_ON/UI/UI0-Stan/Form/Base/CommonFormBase.cs
@@ -115,8 +115,15 @@
            }
            catch (Exception ex)
            {
                //出现未知错误
                HdlMessageLogic.Current.ShowAppProgramIsError(ex);
                if (ex.Message == "stop")
                {
                    //自定义中断关闭页面,召元写的太复杂,只能用这种方式强行中断方法运行  2023-06-01 09:22:46
                }
                else
                {
                    //出现未知错误
                    HdlMessageLogic.Current.ShowAppProgramIsError(ex);
                }
            }
        }