lixiaojun
2024-12-10 7235814a653a7c2f95f8996506ca2395f4d7817d
WinFrmUI/Yw.WinFrmUI.Core/09-common/03-search-set/GeneralSearchAndSetCtrl.cs
@@ -28,7 +28,7 @@
        /// 设置
        /// </summary>
        public event Action SetEvent;
        //搜索 清空
@@ -71,11 +71,11 @@
                    {
                        this.SetEvent?.Invoke();
                    }
                    break;
                    break;
                default: break;
            }
        }
    }
}