Beispiel #1
0
 public void InsertMapObject(int index, MapObject mapObject)
 {
     MapObjects.Insert(index, mapObject);
 }