C# Class ZSCY_Win10.Pages.AddRemindPage.CourseTablePage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: RedrockMobile/CyxbsMobile_Win

Méthodes publiques

Méthode Description
CourseList ( int row, int column ) : string
CourseTablePage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
CreateCourseTable ( ) : void
SaveRemind_Tapped ( object sender, TappedRoutedEventArgs e ) : void
SelItems_Tapped ( object sender, TappedRoutedEventArgs e ) : void

Method Details

CourseList() public méthode

public CourseList ( int row, int column ) : string
row int
column int
Résultat string

CourseTablePage() public méthode

public CourseTablePage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

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