Implement custom ruleset config. (2)
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Cryville.Crtr.Config {
|
||||
IPropertyAdapter _property;
|
||||
public void Init(IPropertyAdapter property) {
|
||||
_property = property;
|
||||
_property.ValueChanged += GetValue;
|
||||
GetValue();
|
||||
}
|
||||
protected object[] Range { get { return _property.Range; } }
|
||||
|
Reference in New Issue
Block a user