duheng
2024-11-08 5af88720773df7be98372ff8bce0acffa5dffb73
WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/05-attribute/HydroCurveProAttribute.cs
ÎļþÃû´Ó WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/05-attribute/IsHydroCurveProAttribute.cs ÐÞ¸Ä
@@ -4,12 +4,12 @@
    /// ç”¨äºŽæ ‡è¯†æ°´åŠ›æ›²çº¿å±žæ€§ç‰¹æ€§
    /// </summary>
    [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
    public class IsHydroCurveProAttribute : Attribute
    public class HydroCurveProAttribute : Attribute
    {
        /// <summary>
        /// 
        /// </summary>
        public IsHydroCurveProAttribute(string curveType)
        public HydroCurveProAttribute(string curveType)
        {
            this.CurveType = curveType;
        }