C# Class Rover.NullCommand

Inheritance: ICommand
Afficher le fichier Open project: jpadillak/Concordia_Capstone2013-14

Méthodes publiques

Méthode Description
Execute ( ) : void
NullCommand ( ) : System
NullCommand ( string unparsedText ) : System
UnExecute ( ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

NullCommand() public méthode

public NullCommand ( ) : System
Résultat System

NullCommand() public méthode

public NullCommand ( string unparsedText ) : System
unparsedText string
Résultat System

UnExecute() public méthode

public UnExecute ( ) : void
Résultat void