C# Class Scrumers.TaskPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: scrumers/Scrumers-for-WP7

Méthodes publiques

Méthode Description
TaskPage ( ) : System

Méthodes protégées

Méthode Description
OnBackKeyPress ( CancelEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode 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 méthode

protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void

TaskPage() public méthode

public TaskPage ( ) : System
Résultat System