RedoCommand()
Initializes a new instance of the RedoCommand class and binds it to the DefaultRecorder.
Declaration
public RedoCommand()
RedoCommand(Recorder)
Initializes a new instance of the UndoCommand class and specifies to which Recorder it should be bound.
Declaration
public RedoCommand(Recorder recorder)
Parameters
Type | Name | Description |
---|---|---|
Recorder | recorder | The Recorder to which the new RedoCommand should be bound. |