Exemplo n.º 1
0
 public void Remove(ShapeBase shape)
 {
     this.InnerList.Remove(shape);
 }
Exemplo n.º 2
0
 public int Add(ShapeBase shape)
 {
     return(this.InnerList.Add(shape));
 }