1
This commit is contained in:
@@ -8,4 +8,6 @@ namespace BITKit
|
||||
public class ExcuteOnStartAttribute : Attribute { }
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
public class ExcuteOnStopAttribute : Attribute { }
|
||||
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
|
||||
public class ReadOnlyAttribute : Attribute { }
|
||||
}
|
||||
|
Reference in New Issue
Block a user