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