wxr
2023-06-01 59a004efa8bdc3bde2d46c7bdab5c6c294da0620
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);
                }
            }
        }