C# Class CrossWordTest.CommandStore

Afficher le fichier Open project: karasek/CrossWord Class Usage Examples

Méthodes publiques

Méthode Description
AddCommand ( string aCommand ) : void
CommandStore ( ) : System.Collections.Generic
PopCommand ( ) : string

Method Details

AddCommand() public méthode

public AddCommand ( string aCommand ) : void
aCommand string
Résultat void

CommandStore() public méthode

public CommandStore ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PopCommand() public méthode

public PopCommand ( ) : string
Résultat string