From 3d0d8f7aa9f58ca8759f15001caf4e1e78bb99d1 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 13 十二月 2024 19:05:51 +0800
Subject: [PATCH] 冷却塔排序

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.cs |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.cs
index 74ca6ac..b2deb97 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.cs
@@ -300,20 +300,20 @@
                 SvgImage svgImage
             )
         {
-            WaitFormHelper.ShowWaitForm(this.FindForm(), "姝e湪鍔犺浇妯″瀷锛岃绋嶄警...");
-            var dlg = new AddXhsSchemeDlg();
-            dlg.Shown += delegate { WaitFormHelper.HideWaitForm(this.FindForm()); };
-            dlg.ReloadDataEvent += (rhs) =>
-            {
-                this.simulationFunctionMgrCtrl1.AppendScheme(rhs);
-            };
-            dlg.SetBindingData(project, projectSite, hydroInfo);
-            dlg.ShowDialog();
-
-            //var dlg = new CreateXhsSchemeDlg();
+            //WaitFormHelper.ShowWaitForm(this.FindForm(), "姝e湪鍔犺浇妯″瀷锛岃绋嶄警...");
+            //var dlg = new AddXhsSchemeDlg();
             //dlg.Shown += delegate { WaitFormHelper.HideWaitForm(this.FindForm()); };
+            //dlg.ReloadDataEvent += (rhs) =>
+            //{
+            //    this.simulationFunctionMgrCtrl1.AppendScheme(rhs);
+            //};
             //dlg.SetBindingData(project, projectSite, hydroInfo);
             //dlg.ShowDialog();
+
+            var dlg = new CreateXhsSchemeDlg();
+            dlg.Shown += delegate { WaitFormHelper.HideWaitForm(this.FindForm()); };
+            dlg.SetBindingData(project, projectSite, hydroInfo);
+            dlg.ShowDialog();
         }
 
         //椤圭洰绔欐柟妗堝鍔犱簨浠�

--
Gitblit v1.9.3