C# Class ScheduledActions.ReminderPage

Inheritance: PhoneApplicationPage
Mostra file Open project: timothybinkley/Windows-Phone-8-In-Action

Public Methods

Method Description
ReminderPage ( ) : System

Protected Methods

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

Private Methods

Method Description
Delete_Click ( object sender, EventArgs e ) : void
Save_Click ( object sender, EventArgs e ) : void

Method Details

OnNavigatedTo() protected method

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

ReminderPage() public method

public ReminderPage ( ) : System
return System