WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingCtrl.cs
@@ -127,12 +127,12 @@ var dlg = new ValveChartShowDlg(); if (vmo.MinorLossCurve != null) { dlg.InitChart(vmo.MinorLossCurve); dlg.InitChart(vmo.MinorLossCurve, false); } else if (vmo.OpenLossCurve != null) { dlg.InitChart(vmo.OpenLossCurve); } dlg.InitChart(vmo.OpenLossCurve, true); } dlg.ShowDialog(); } return;