From ce1cc10e518ddac71cfefd433f8a6af9fb46ed40 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 27 九月 2024 12:01:02 +0800
Subject: [PATCH] 更改事件名称

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/00-core/XhsProjectSimulationMatchingListCtrl.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/00-core/XhsProjectSimulationMatchingListCtrl.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/00-core/XhsProjectSimulationMatchingListCtrl.cs
index b747569..05e882f 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/00-core/XhsProjectSimulationMatchingListCtrl.cs
+++ b/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("淇敼鎴愬姛!");
             }

--
Gitblit v1.9.3