lixiaojun
2024-11-30 b59d9e9a62dd2cea04be784880cf454364003e1e
WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/PumpSerialParallelChartDlg.cs
@@ -25,7 +25,7 @@
            this.pumpSerialParallelInfoCtrl1.SetDesignPointEvent += (q, h) =>
            {
                _design_pt = new Point2d(q, h);
                this.pumpSerialParallelChart.SetDesignPt(new Point2d(q, h));
                this.pumpSerialParallelChart.SetEquipPt(new Point2d(q, h));
            };
            this.pumpSerialParallelChart.OnCalcQueryPoint += (id, pt) =>