lixiaojun
2025-01-25 1a2bcaa7bec4f0bc681e55d1ccc61b14427c98ce
WinFrmUI/Yw.WinFrmUI.Core/09-common/04-search-select/GeneralSearchAndSelectCtrl.cs
@@ -22,7 +22,7 @@
        /// <summary>
        /// 清空
        /// </summary>
        public event Action ClearEvent;
        public event Action ClearEvent;
        /// <summary>
        /// 选择
@@ -64,7 +64,7 @@
                case "Clear":
                    {
                        this.ClearEvent?.Invoke();
                    }
                    }
                    break;
                case "Select":
                    {
@@ -74,7 +74,7 @@
                default: break;
            }
        }
    }
}