C# Class CrossWordTest.CommandStore

显示文件 Open project: karasek/CrossWord Class Usage Examples

Public Methods

Method Description
AddCommand ( string aCommand ) : void
CommandStore ( ) : System.Collections.Generic
PopCommand ( ) : string

Method Details

AddCommand() public method

public AddCommand ( string aCommand ) : void
aCommand string
return void

CommandStore() public method

public CommandStore ( ) : System.Collections.Generic
return System.Collections.Generic

PopCommand() public method

public PopCommand ( ) : string
return string