Ejemplo n.º 1
0
 public static void UnRegisterShape(Shape2D shape)
 {
     AllShapes.Remove(shape);
 }
Ejemplo n.º 2
0
 public static void RegisterShape(Shape2D shape)
 {
     AllShapes.Add(shape);
 }