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