From 9576b66b52fa7c9985489c950a3b726671d5fd1a Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期一, 23 十二月 2024 16:39:47 +0800 Subject: [PATCH] 泵曲线图片导入修改 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportDlg.cs | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportDlg.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportDlg.cs index be13d55..9010e06 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportDlg.cs +++ b/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(); - } - - - } } \ No newline at end of file -- Gitblit v1.9.3