Example #1
0
 public override void Remove(DrawingElement c)
 {
     Console.WriteLine("Cannot remove from a PrimitiveElement");
 }
Example #2
0
 public override void Add(DrawingElement c)
 {
     Console.WriteLine("Cannot add to a PrimitiveElement");
 }