C# Class LatestChatty.MainPage

Inheritance: PhoneApplicationPage
Datei anzeigen Open project: fleabix/LatestChatty-WP7

Public Methods

Method Description
LoginCallback ( bool verified ) : void
MainPage ( ) : System

Protected Methods

Method Description
OnBackKeyPress ( System e ) : void

Private Methods

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

public LoginCallback ( bool verified ) : void
verified bool
return void

MainPage() public method

public MainPage ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( System e ) : void
e System
return void