C# Class PsHandler.PokerMath.PokerCommands.River

Inheritance: PokerCommand
ファイルを表示 Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
RiverCard string

Public Methods

Method Description
Exec ( Table table ) : void
River ( string commandText, string riverCard ) : System
Undo ( Table table ) : void

Method Details

Exec() public method

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

River() public method

public River ( string commandText, string riverCard ) : System
commandText string
riverCard string
return System

Undo() public method

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

Property Details

RiverCard public_oe property

public string RiverCard
return string