C# 클래스 PsHandler.PokerTypes.WindowPokerTypeEdit

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

공개 프로퍼티들

프로퍼티 타입 설명
PokerType PokerType
Saved bool
_regexWindowClass System.Text.RegularExpressions.Regex
_regexWindowTitle System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
WindowPokerTypeEdit ( Window owner, PokerType pokerType = null ) : System

비공개 메소드들

메소드 설명
Button_Close_Click ( object sender, RoutedEventArgs e ) : void
Button_OK_Click ( object sender, RoutedEventArgs e ) : void
Button_WindowsInfo_Click ( object sender, RoutedEventArgs e ) : void
UpdateIFilter ( ) : void

메소드 상세

WindowPokerTypeEdit() 공개 메소드

public WindowPokerTypeEdit ( Window owner, PokerType pokerType = null ) : System
owner System.Windows.Window
pokerType PokerType
리턴 System

프로퍼티 상세

PokerType 공개적으로 프로퍼티

public PokerType,PsHandler.PokerTypes PokerType
리턴 PokerType

Saved 공개적으로 프로퍼티

public bool Saved
리턴 bool

_regexWindowClass 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions _regexWindowClass
리턴 System.Text.RegularExpressions.Regex

_regexWindowTitle 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions _regexWindowTitle
리턴 System.Text.RegularExpressions.Regex