Beispiel #1
0
 public bool Remove(GM_object_PropertyType obj)
 {
     return Polygon.Remove(obj);
 }
Beispiel #2
0
 public void Add(GM_object_PropertyType obj)
 {
     Polygon.Add(obj);
 }