C# Class PsHandler.PokerTypes.WindowPokerTypeEdit

Interaction logic for WindowPokerTypeEdit.xaml
Inheritance: System.Windows.Window, IFilter
Show file Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
PokerType PokerType
Saved bool
_regexWindowClass System.Text.RegularExpressions.Regex
_regexWindowTitle System.Text.RegularExpressions.Regex

Public Methods

Method Description
WindowPokerTypeEdit ( Window owner, PokerType pokerType = null ) : System

Private Methods

Method Description
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

Method Details

WindowPokerTypeEdit() public method

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

Property Details

PokerType public property

public PokerType,PsHandler.PokerTypes PokerType
return PokerType

Saved public property

public bool Saved
return bool

_regexWindowClass public property

public Regex,System.Text.RegularExpressions _regexWindowClass
return System.Text.RegularExpressions.Regex

_regexWindowTitle public property

public Regex,System.Text.RegularExpressions _regexWindowTitle
return System.Text.RegularExpressions.Regex