C# Class PsHandler.Hud.WindowBigBlind

Interaction logic for WindowBigBlind.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
Index int
OwnerState TableHud.OwnerState
Table PsHandler.PokerMath.Table

Public Methods

Method Description
EnsureVisibility ( bool isVisible ) : void
UpdateView ( int index, decimal value, string toolTip, bool isHero ) : void
WindowBigBlind ( Table table, int index ) : System

Method Details

EnsureVisibility() public method

public EnsureVisibility ( bool isVisible ) : void
isVisible bool
return void

UpdateView() public method

public UpdateView ( int index, decimal value, string toolTip, bool isHero ) : void
index int
value decimal
toolTip string
isHero bool
return void

WindowBigBlind() public method

public WindowBigBlind ( Table table, int index ) : System
table PsHandler.PokerMath.Table
index int
return System

Property Details

Index public_oe property

public int Index
return int

OwnerState public_oe property

public TableHud.OwnerState OwnerState
return TableHud.OwnerState

Table public_oe property

public Table,PsHandler.PokerMath Table
return PsHandler.PokerMath.Table