C# Class PsHandler.PokerMath.PokerCommands.Shows

Inheritance: PokerCommand
Mostrar archivo Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
Info string
Player Player

Public Methods

Method Description
Exec ( Table table ) : void
Shows ( string commandText, Player player, string info ) : System
Undo ( Table table ) : void

Method Details

Exec() public method

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

Shows() public method

public Shows ( string commandText, Player player, string info ) : System
commandText string
player Player
info string
return System

Undo() public method

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

Property Details

Info public_oe property

public string Info
return string

Player public_oe property

public Player,PsHandler.PokerMath Player
return Player