lixiaojun
2025-02-20 8a169e59577fd2cf19ce4ec6cb88e47d0ff79d63
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/10-pump-analy/SimulationPumpAnalyWorkingChartCtrl.cs
@@ -8,7 +8,7 @@
        {
            InitializeComponent();
            this.layoutControl1.SetupLayoutControl();
            this.hydroWorkingCheckedListHorizCtrl1.CheckedChangedEvent += HydroWorkingCheckedListHorizCtrl1_CheckedChangedEvent;
            this.hydroPumpAnalyWorkingCheckedListCtrl1.CheckedChangedEvent += HydroWorkingCheckedListHorizCtrl1_CheckedChangedEvent;
        }
        private Yw.Model.HydroModelInfo _hydroInfo = null;//水力信息
@@ -48,7 +48,7 @@
            _pumpInfo = pumpInfo;
            _allWorkingList = allWorkingList;
            _allCalcuResultDict = allCalcuResultDict;
            this.hydroWorkingCheckedListHorizCtrl1.SetBindingData(allWorkingList);
            this.hydroPumpAnalyWorkingCheckedListCtrl1.SetBindingData(_pumpInfo, _allCalcuResultDict);
            this.simulationPumpAnalyChartCtrl1.SetBindingData(hydroInfo, pumpInfo, allCalcuResultDict);
        }