Exemplo n.º 1
0
 public PropertyExample()
 {
     mSerializer["固有色"] = new PropertySerializer("固有色", mColor, delegate(object value) { mColor = (Color)value; });
 }
Exemplo n.º 2
0
 public GridPropertyDesc(ref PropertySerializer property, Attribute[] attrs)
     : base(property.Name, attrs)
 {
     mProperty = property;
 }