From 630b88ea44380933602ae73b725b3772fc105c35 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期一, 23 十二月 2024 17:11:15 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 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