Пример #1
0
 public AttributeAdd(MapNode node, MapNode.Attribute attribute)
 {
     this.node = node;
     this.attribute = attribute;
 }
Пример #2
0
 public AttributeUpdate(MapNode node, MapNode.Attribute oldAttribute)
 {
     this.node = node;
     this.attribute = oldAttribute;
 }