C# Class FSClient.Controls.PhonePadButton

Interaction logic for PhonePadButton.xaml
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: mitchcapper/FSClient

Public Methods

Method Description
PhonePadButton ( ) : System
btn_Click ( object sender, RoutedEventArgs e ) : void

Protected Methods

Method Description
GetAutomationControlTypeCore ( ) : AutomationControlType

Method Details

GetAutomationControlTypeCore() protected method

protected GetAutomationControlTypeCore ( ) : AutomationControlType
return AutomationControlType

PhonePadButton() public method

public PhonePadButton ( ) : System
return System

btn_Click() public method

public btn_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void