C# 클래스 PsHandler.Hud.WindowTimer

Interaction logic for WindowTimer.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OwnerState TableHud.OwnerState
Table PsHandler.PokerMath.Table

공개 메소드들

메소드 설명
EnsureVisibility ( bool isVisible ) : void
UpdateView ( string value, string toolTip ) : void
WindowTimer ( Table table ) : System

메소드 상세

EnsureVisibility() 공개 메소드

public EnsureVisibility ( bool isVisible ) : void
isVisible bool
리턴 void

UpdateView() 공개 메소드

public UpdateView ( string value, string toolTip ) : void
value string
toolTip string
리턴 void

WindowTimer() 공개 메소드

public WindowTimer ( Table table ) : System
table PsHandler.PokerMath.Table
리턴 System

프로퍼티 상세

OwnerState 공개적으로 프로퍼티

public TableHud.OwnerState OwnerState
리턴 TableHud.OwnerState

Table 공개적으로 프로퍼티

public Table,PsHandler.PokerMath Table
리턴 PsHandler.PokerMath.Table