C# Class PsHandler.Hud.WindowTimer

Interaction logic for WindowTimer.xaml
Inheritance: System.Windows.Window
Exibir arquivo Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

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

Public Methods

Method Description
EnsureVisibility ( bool isVisible ) : void
UpdateView ( string value, string toolTip ) : void
WindowTimer ( Table table ) : System

Method Details

EnsureVisibility() public method

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

UpdateView() public method

public UpdateView ( string value, string toolTip ) : void
value string
toolTip string
return void

WindowTimer() public method

public WindowTimer ( Table table ) : System
table PsHandler.PokerMath.Table
return System

Property Details

OwnerState public_oe property

public TableHud.OwnerState OwnerState
return TableHud.OwnerState

Table public_oe property

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