ÎļþÃû´Ó WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/05-attribute/IsHydroCurveProAttribute.cs ÐÞ¸Ä |
| | |
| | | /// ç¨äºæ è¯æ°´åæ²çº¿å±æ§ç¹æ§ |
| | | /// </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; |
| | | } |