Ejemplo n.º 1
0
 public void Remove(MapPoint item)
 {
     _mapPoints.Remove(item);
 }
Ejemplo n.º 2
0
 public void Add(MapPoint point)
 {
     _mapPoints.Add(point);
 }