C# Class LatestChatty.MainPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: fleabix/LatestChatty-WP7

Méthodes publiques

Méthode Description
LoginCallback ( bool verified ) : void
MainPage ( ) : System

Méthodes protégées

Méthode Description
OnBackKeyPress ( System e ) : void

Private Methods

Méthode Description
About_Click ( object sender, RoutedEventArgs e ) : void
Chatty_Click ( object sender, RoutedEventArgs e ) : void
DecrementRefresher ( ) : void
IncrementRefresher ( ) : void
Login_Click ( object sender, RoutedEventArgs e ) : void
MainPage_Loaded ( object sender, RoutedEventArgs e ) : void
Messages_Click ( object sender, RoutedEventArgs e ) : void
MyPosts_Click ( object sender, RoutedEventArgs e ) : void
MyReplies_Click ( object sender, RoutedEventArgs e ) : void
RefreshCompleted ( object sender, System e ) : void
Search_Click ( object sender, RoutedEventArgs e ) : void
Settings_Click ( object sender, RoutedEventArgs e ) : void
Stories_Click ( object sender, RoutedEventArgs e ) : void

Method Details

LoginCallback() public méthode

public LoginCallback ( bool verified ) : void
verified bool
Résultat void

MainPage() public méthode

public MainPage ( ) : System
Résultat System

OnBackKeyPress() protected méthode

protected OnBackKeyPress ( System e ) : void
e System
Résultat void