duheng
2025-02-19 a5b25c4f314079d293bf159ed6f0d7dcbadadbb7
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();
        }
    }