C# Class PsHandler.PokerTypes.WindowPokerTypeEdit

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

Méthodes publiques

Свойство Type Description
PokerType PokerType
Saved bool
_regexWindowClass System.Text.RegularExpressions.Regex
_regexWindowTitle System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
WindowPokerTypeEdit ( Window owner, PokerType pokerType = null ) : System

Private Methods

Méthode 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 méthode

public WindowPokerTypeEdit ( Window owner, PokerType pokerType = null ) : System
owner System.Windows.Window
pokerType PokerType
Résultat System

Property Details

PokerType public_oe property

public PokerType,PsHandler.PokerTypes PokerType
Résultat PokerType

Saved public_oe property

public bool Saved
Résultat bool

_regexWindowClass public_oe property

public Regex,System.Text.RegularExpressions _regexWindowClass
Résultat System.Text.RegularExpressions.Regex

_regexWindowTitle public_oe property

public Regex,System.Text.RegularExpressions _regexWindowTitle
Résultat System.Text.RegularExpressions.Regex