C# 클래스 FSClient.Controls.PhonePadButton

Interaction logic for PhonePadButton.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: mitchcapper/FSClient

공개 메소드들

메소드 설명
PhonePadButton ( ) : System
btn_Click ( object sender, RoutedEventArgs e ) : void

보호된 메소드들

메소드 설명
GetAutomationControlTypeCore ( ) : AutomationControlType

메소드 상세

GetAutomationControlTypeCore() 보호된 메소드

protected GetAutomationControlTypeCore ( ) : AutomationControlType
리턴 AutomationControlType

PhonePadButton() 공개 메소드

public PhonePadButton ( ) : System
리턴 System

btn_Click() 공개 메소드

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