C# Class Scrumers.TaskPage

Inheritance: PhoneApplicationPage
Show file Open project: scrumers/Scrumers-for-WP7

Public Methods

Method Description
TaskPage ( ) : System

Protected Methods

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

Private Methods

Method Description
MarkTaskDone ( object sender, RoutedEventArgs e ) : void
MarkTaskToDo ( object sender, RoutedEventArgs e ) : void
PlayPause ( object sender, RoutedEventArgs e ) : void
backAction ( ) : void

Method Details

OnBackKeyPress() protected method

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

OnNavigatedTo() protected method

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

TaskPage() public method

public TaskPage ( ) : System
return System