From 47610ca1dd9075a2f0b58cbdb010b66aa95e78d2 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期三, 23 十月 2024 16:23:07 +0800
Subject: [PATCH] 曲线

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/01-property/XhsProjectSimulationPropertyCtrl.cs |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/01-property/XhsProjectSimulationPropertyCtrl.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/01-property/XhsProjectSimulationPropertyCtrl.cs
index 46c7174..1028ee0 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/01-property/XhsProjectSimulationPropertyCtrl.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/01-property/XhsProjectSimulationPropertyCtrl.cs
@@ -262,16 +262,16 @@
                         }
                         else
                         {
-                            var dlg = new PumpFullInfoViewDlg();
+                            var dlg = new SinglePumpAnalyDlg();
                             dlg.SetBindindData(input);
-                            dlg.ReloadDataEvent += (output) =>
-                            {
-                                bol = AssetsMatchingParasHelper.Apply(hydroInfo, output);
-                                if (bol)
-                                {
-                                    propertyViewModel.UpdateProperty(pumpInfo, hydroInfo.GetAllParters());
-                                }
-                            };
+                            //dlg.ReloadDataEvent += (output) =>
+                            //{
+                            //    bol = AssetsMatchingParasHelper.Apply(hydroInfo, output);
+                            //    if (bol)
+                            //    {
+                            //        propertyViewModel.UpdateProperty(pumpInfo, hydroInfo.GetAllParters());
+                            //    }
+                            //};
                             dlg.ShowDialog();
                         }
                     }

--
Gitblit v1.9.3