From 2cb855ba2e7c4cb9002cf0a4a7f6b11d4a587acd Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 27 九月 2024 16:05:29 +0800 Subject: [PATCH] 删除冗余 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-property/XhsProjectSimulationPropertyCtrl.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-property/XhsProjectSimulationPropertyCtrl.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-property/XhsProjectSimulationPropertyCtrl.cs index b4f6c6d..720af0f 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-property/XhsProjectSimulationPropertyCtrl.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-property/XhsProjectSimulationPropertyCtrl.cs @@ -112,7 +112,7 @@ dlg.SetBindingData(input); dlg.ReloadDataEvent += (rhs) => { - var bol = AssetsMatchingParasHelper.ApplyPump(hydroInfo, rhs); + var bol = AssetsMatchingParasHelper.Apply(hydroInfo, rhs); if (bol) { TipFormHelper.ShowSucceed("鍖归厤鎴愬姛"); -- Gitblit v1.9.3