Exemple #1
0
 public ConfigEditorFieldAttribute(int controlPropertyID = 0, FiledProperty filedProperty = FiledProperty.DEFAULT)
 {
     CurrentFiledProperty = filedProperty;
     ControlPropertyID    = controlPropertyID;
 }
Exemple #2
0
 public ConfigEditorFieldAttribute(FiledProperty filedProperty)
 {
     CurrentFiledProperty = filedProperty;
 }