C# Class Canguro.Commands.Model.RedoCmd

Model Command to Redo a previously undone action.
Inheritance: Canguro.Commands.ModelCommand
Afficher le fichier Open project: rforsbach/Treu-Structure

Méthodes publiques

Méthode Description
Run ( Canguro services ) : void

Executes the command. Redoes the last undone action by calling UndoManager.Redo()

Method Details

Run() public méthode

Executes the command. Redoes the last undone action by calling UndoManager.Redo()
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Résultat void