Beispiel #1
0
 public void Remove(Figure f)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void Add(Point p, Figure f)
 {
     throw new NotImplementedException();
 }