Exemplo n.º 1
0
 public PropertyItem(ElementItem parent, AutomationProperty property)
 {
     this.parent = parent;
     this.property = property;
 }
Exemplo n.º 2
0
 public PropertyItem(ElementItem parent, AutomationProperty property)
 {
     this.parent   = parent;
     this.property = property;
 }