C# Class PsHandler.Hud.WindowTimer

Interaction logic for WindowTimer.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Свойство Type Description
OwnerState TableHud.OwnerState
Table PsHandler.PokerMath.Table

Méthodes publiques

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

Method Details

EnsureVisibility() public méthode

public EnsureVisibility ( bool isVisible ) : void
isVisible bool
Résultat void

UpdateView() public méthode

public UpdateView ( string value, string toolTip ) : void
value string
toolTip string
Résultat void

WindowTimer() public méthode

public WindowTimer ( Table table ) : System
table PsHandler.PokerMath.Table
Résultat System

Property Details

OwnerState public_oe property

public TableHud.OwnerState OwnerState
Résultat TableHud.OwnerState

Table public_oe property

public Table,PsHandler.PokerMath Table
Résultat PsHandler.PokerMath.Table