C# Class FSClient.Controls.PhonePadButton

Interaction logic for PhonePadButton.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: mitchcapper/FSClient

Méthodes publiques

Méthode Description
PhonePadButton ( ) : System
btn_Click ( object sender, RoutedEventArgs e ) : void

Méthodes protégées

Méthode Description
GetAutomationControlTypeCore ( ) : AutomationControlType

Method Details

GetAutomationControlTypeCore() protected méthode

protected GetAutomationControlTypeCore ( ) : AutomationControlType
Résultat AutomationControlType

PhonePadButton() public méthode

public PhonePadButton ( ) : System
Résultat System

btn_Click() public méthode

public btn_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void