WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/00-core/XhsProjectSimulationMatchingListCtrl.cs
@@ -15,10 +15,10 @@ private void RowClickEvent(string code) { FormRowClickEvent.Invoke(code); HydroClickEvent.Invoke(code); } public event Action<string> FormRowClickEvent = null; public event Action<string> HydroClickEvent = null; public event Func<AssetsMatchingViewModel, bool> RelaodEvent = null;