C# Class PsHandler.PokerMath.PokerCommand

Inheritance: IPokerCommand
ファイルを表示 Open project: kampiuceris/PsHandler Class Usage Examples

Public Methods

Method Description
Exec ( Table table ) : void
PokerCommand ( string commandText ) : System
Undo ( Table table ) : void

Method Details

Exec() public method

public Exec ( Table table ) : void
table Table
return void

PokerCommand() public method

public PokerCommand ( string commandText ) : System
commandText string
return System

Undo() public method

public Undo ( Table table ) : void
table Table
return void