Exemplo n.º 1
0
 public PropertySpecDescriptor(PropertySpec item, PropertyBag bag, string name, Attribute[] attrs)
     : base(name, attrs)
 {
     this.bag = bag;
     this.item = item;
 }
Exemplo n.º 2
0
 public WidgetProps()
 {
     _enable_not = true;
     _name = "";
     _bag = new PropertyBag();
 }