WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportDlg.cs
@@ -8,6 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Yw.DiagramFile; using Yw.Model; using Yw.Vmo; @@ -21,8 +22,6 @@ this.IconOptions.Icon = Yw.WinFrmUI.GlobalParas.AppIcon; this.generalOkAndCancelCtrl1.OkEvent += GeneralOkAndCancelCtrl1_OkEvent; } public event Action<SimulationWorkingReportViewModel> ReloadDataEvent; @@ -48,10 +47,6 @@ this.ReloadDataEvent?.Invoke(vm); this.DialogResult = DialogResult.OK; this.Close(); } } }