WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-pump/PumpFullInfoCtrl.cs
@@ -239,7 +239,7 @@ this.pumpVariableSpeedInfoCtrl1.SetDesignPointEvent += (q, h) => { this.pumpVariableSpeedChart1.SetDesignPt(q, h); this.pumpVariableSpeedChart1.SetEquipPt(q, h); ResetSectPointGrid(); }; @@ -250,7 +250,7 @@ void ResetSectPointGrid() { var vm_list = this.pumpVariableSpeedChart1.GetList(); var vm_list = this.pumpVariableSpeedChart1.GetVmList(); this.pumpVariableSpeedInfoCtrl1.SetSectPoint(vm_list); }