C# Class Telegram.UI.StartPage

Inheritance: PhoneApplicationPage
Exibir arquivo Open project: naphaso/kilogram

Public Methods

Method Description
StartPage ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
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

Method Details

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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

StartPage() public method

public StartPage ( ) : System
return System