public void Undo() { ResizeVisitor rv = new ResizeVisitor(false); shape.Accept(rv); Singleton.AddAction(this); }
public void Execute() { ResizeVisitor rv = new ResizeVisitor(true); shape.Accept(rv); Singleton.AddAction(this); }