HDL_ON/UI/UI0-Stan/Form/Base/CommonFormBase.cs
@@ -115,10 +115,17 @@ } catch (Exception ex) { if (ex.Message == "stop") { //自定义中断关闭页面,召元写的太复杂,只能用这种方式强行中断方法运行 2023-06-01 09:22:46 } else { //出现未知错误 HdlMessageLogic.Current.ShowAppProgramIsError(ex); } } } /// <summary> /// 画面关闭(在画面里面,请不要调用此方法,请使用CloseForm()方法)