Beispiel #1
0
 public void Remove(ShapeBase shape)
 {
     this.InnerList.Remove(shape);
 }
Beispiel #2
0
 public int Add(ShapeBase shape)
 {
     return(this.InnerList.Add(shape));
 }