C# Class Telegram.UI.StartPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: naphaso/kilogram

Méthodes publiques

Méthode Description
StartPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode 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 méthode

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void

StartPage() public méthode

public StartPage ( ) : System
Résultat System