duheng
2024-12-23 9576b66b52fa7c9985489c950a3b726671d5fd1a
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;
@@ -22,8 +23,6 @@
            this.generalOkAndCancelCtrl1.OkEvent += GeneralOkAndCancelCtrl1_OkEvent;
        }
        public event Action<SimulationWorkingReportViewModel> ReloadDataEvent;
        /// <summary>
@@ -37,7 +36,7 @@
                HydroWorkingVmo working,
                HydroCalcuResult calcuResult,
                HydroVisualInfo visual
            )
             )
        {
            this.simulationWorkingReportCtrl1.SetBindingData(project, hydroInfo, allMonitorList, working, calcuResult, visual);
        }
@@ -48,10 +47,6 @@
            this.ReloadDataEvent?.Invoke(vm);
            this.DialogResult = DialogResult.OK;
            this.Close();
        }
    }
}