Ejemplo n.º 1
0
 public override void Undo()
 {
     Layer.AddGraphic(Graphic);
 }
Ejemplo n.º 2
0
 public Pasting(Graphic graphic, Layer.Layer layer) : base(layer, graphic)
 {
     Layer.AddGraphic(graphic);
 }