duheng
2024-12-04 3886a51f03ec14650e5b7127539104ad40e496da
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/01-property/XhsProjectSimulationPropertyCtrl.cs
@@ -210,13 +210,13 @@
        }
        //选择曲线
        private bool HydroVisualPropertyCtrl1_SetCurveEvent(HydroVisualViewModel vm, string curveType)
        private bool HydroVisualPropertyCtrl1_SetCurveEvent(HydroVisualViewModel vm, string curve, string curveType)
        {
            if (vm == null)
            {
                return false;
            }
            switch (curveType)
            switch (curve)
            {
                case HydroCurve.Pump:
                    {