C# Class AzureMobileServicesLab.WP8.MainPage

Inheritance: PhoneApplicationPage
Datei anzeigen Open project: jayway/AzureMobileServicesLab

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

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

Private Methods

Method Description
CompletedQuestionsList_Tap ( object sender, Microsoft.Phone.Controls.GestureEventArgs e ) : void
NewQuestionButton_Click ( object sender, RoutedEventArgs e ) : void
Refresh ( ) : System.Threading.Tasks.Task
RefreshButton_Click ( object sender, EventArgs e ) : void
UnansweredQuestionsList_Tap ( object sender, Microsoft.Phone.Controls.GestureEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

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