Example #1
0
File: Layer.cs Project: nikoir/GIS
 public void AddMapObject(MapObject mp)
 {
     mp.CurrentLayer = this;
     MapObjects.Add(mp);
 }
Example #2
0
 public void AddMapObject(MapObject mp)
 {
     mp.CurrentLayer = this;
     MapObjects.Add(mp);
 }