Esempio n. 1
0
 public AttributeAdd(MapNode node, MapNode.Attribute attribute)
 {
     this.node = node;
     this.attribute = attribute;
 }
Esempio n. 2
0
 public AttributeUpdate(MapNode node, MapNode.Attribute oldAttribute)
 {
     this.node = node;
     this.attribute = oldAttribute;
 }