namespace Yw.WinFrmUI { /// /// 用于标识水力连接属性特性 /// [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)] public class HydroLinkProAttribute : Attribute { /// /// /// public HydroLinkProAttribute() { } } }