示例#1
0
 public void RemoveShape(Shape s)
 {
     _shapes.Remove (s);
 }
示例#2
0
 //Methods
 public void AddShape(Shape s)
 {
     _shapes.Add (s);
 }