Exemplo n.º 1
0
 public static void RemoveItem(IGraphicsChange item)
 {
     graphicsChanger.Remove(item);
 }
Exemplo n.º 2
0
 public static void AddItem(IGraphicsChange item)
 {
     graphicsChanger.Add(item);
 }