Example #1
0
 public MapElementBase AddTo(MapBase map)
 {
     Map = map;
     map.AddElement(this);
     return this;
 }