duheng
2025-03-28 d5a2d7e66f9c8046bd88b8269e61aac5a2a265e2
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;
            }
        }
    }
}