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