C# 클래스 Telegram.UI.StartPage

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: naphaso/kilogram

공개 메소드들

메소드 설명
StartPage ( ) : System

보호된 메소드들

메소드 설명
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
ContactListOnAddressbookUserSelected ( object sender, Microsoft.Phone.UserData.Contact contact ) : void
ContactListOnTelegramUserSelected ( object sender, UserModel user ) : void
InviteContactAsync ( Microsoft.Phone.UserData.Contact contact ) : System.Threading.Tasks.Task
New_Click ( object sender, EventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs routedEventArgs ) : void
Search_Click ( object sender, EventArgs e ) : void
Settings_Click ( object sender, EventArgs e ) : void

메소드 상세

OnNavigatedFrom() 보호된 메소드

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
리턴 void

StartPage() 공개 메소드

public StartPage ( ) : System
리턴 System