From bfd1b73be85fd66ee37031eadcd4d09e7dafb52f Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 13 二月 2025 18:51:40 +0800
Subject: [PATCH] 开始增加构件分组功能

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationMultiWorkingPumpAnalyCtrl.cs |   20 ++------------------
 1 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationMultiWorkingPumpAnalyCtrl.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationMultiWorkingPumpAnalyCtrl.cs
index 6809d19..b2c7127 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationMultiWorkingPumpAnalyCtrl.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationMultiWorkingPumpAnalyCtrl.cs
@@ -1,21 +1,5 @@
-锘縰sing DevExpress.XtraEditors;
-using Mapster;
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Runtime.CompilerServices;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-using Yw.EPAnet;
-using Yw.Geometry;
-using Yw.Pump;
+锘縰sing Mapster;
 using Yw.Vmo;
-using Yw.WinFrmUI.Phart;
-using Yw.WinFrmUI.Q3d;
 
 namespace HStation.WinFrmUI
 {
@@ -45,7 +29,7 @@
             _hydroInfo = hydroInfo.Adapt<Yw.Model.HydroModelInfo>();
             _allWorkingList = allWorkingList;
             this.hydroWorkingCheckedListHorizCtrl1.SetBindingData(allWorkingList);
-            this.hydroPumpListViewCtrl1.SetBindingData(_hydroInfo);
+            this.hydroPumpListViewCtrl1.SetBindingData(_hydroInfo, allWorkingList);
         }
 
         //姘存车閫夋嫨鏀瑰彉

--
Gitblit v1.9.3