C# Class PsHandler.PokerMath.PokerCommand

Inheritance: IPokerCommand
Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Méthode Description
Exec ( Table table ) : void
PokerCommand ( string commandText ) : System
Undo ( Table table ) : void

Method Details

Exec() public méthode

public Exec ( Table table ) : void
table Table
Résultat void

PokerCommand() public méthode

public PokerCommand ( string commandText ) : System
commandText string
Résultat System

Undo() public méthode

public Undo ( Table table ) : void
table Table
Résultat void