lixiaojun
2024-09-27 ce1cc10e518ddac71cfefd433f8a6af9fb46ed40
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/00-core/XhsProjectSimulationMatchingListCtrl.cs
@@ -18,9 +18,9 @@
            HydroClickEvent.Invoke(code);
        }
        public event Action<string> HydroClickEvent = null;
        public event Action<string> HydroClickEvent;
        public event Func<AssetsMatchingViewModel, bool> RelaodEvent = null;
        public event Func<AssetsMatchingViewModel, bool> ApplyMatchingEvent;
        private BLL.PumpMain _pumpMain = null;
@@ -85,7 +85,7 @@
        //确定
        private void btnComplete_Click(object sender, EventArgs e)
        {
            if (RelaodEvent.Invoke(_assetsAutoMatching))
            if (ApplyMatchingEvent.Invoke(_assetsAutoMatching))
            {
                TipFormHelper.ShowSucceed("修改成功!");
            }