C# 클래스 Scrumers.TaskPage

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: scrumers/Scrumers-for-WP7

공개 메소드들

메소드 설명
TaskPage ( ) : System

보호된 메소드들

메소드 설명
OnBackKeyPress ( CancelEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
MarkTaskDone ( object sender, RoutedEventArgs e ) : void
MarkTaskToDo ( object sender, RoutedEventArgs e ) : void
PlayPause ( object sender, RoutedEventArgs e ) : void
backAction ( ) : void

메소드 상세

OnBackKeyPress() 보호된 메소드

protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnNavigatedTo() 보호된 메소드

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

TaskPage() 공개 메소드

public TaskPage ( ) : System
리턴 System