C# Class PsHandler.PokerMath.PokerCommands.FinalizePots

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

Public Properties

Property Type Description
Pots List
PotsStreetByStreet List

Public Methods

Method Description
Exec ( Table table ) : void
FinalizePots ( ) : System
Undo ( Table table ) : void

Method Details

Exec() public method

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

FinalizePots() public method

public FinalizePots ( ) : System
return System

Undo() public method

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

Property Details

Pots public_oe property

public List Pots
return List

PotsStreetByStreet public_oe property

public List PotsStreetByStreet
return List