WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/09-energy/SimulationSingleWorkingEnergyCtrl.cs
@@ -61,8 +61,13 @@ this.simulationSingleWorkingPumpCtrl1.SetBindingData(_working, _hydroInfo, _allMonitorList, _allCalcuResultVisualDict); } //明细列表 private void btnEnergyList_Click(object sender, EventArgs e) { var dlg = new HydroPumpGroupEnergyListDlg(); dlg.SetBindingData(_hydroInfo, _allCalcuResultVisualDict); dlg.ShowDialog(); } }