C# Class ScheduledActions.MainPage

Inheritance: PhoneApplicationPage
Mostrar archivo Open project: timothybinkley/Windows-Phone-8-In-Action

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

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

Private Methods

Method Description
AddReminder_Click ( object sender, EventArgs e ) : void
DisplayScheduledNotifications ( ) : void
NotificationList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Settings_Click ( object sender, EventArgs 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