duheng
2024-09-27 b6af504bc58b822e5d04b9010584092872920bf4
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;