Exemplo n.º 1
0
 public void RemoveShape(Shape s)
 {
     _shapes.Remove (s);
 }
Exemplo n.º 2
0
 //Methods
 public void AddShape(Shape s)
 {
     _shapes.Add (s);
 }