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
Exibir arquivo Open project: RedrockMobile/CyxbsMobile_Win

Public Methods

Method Description
CourseList ( int row, int column ) : string
CourseTablePage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
CreateCourseTable ( ) : void
SaveRemind_Tapped ( object sender, TappedRoutedEventArgs e ) : void
SelItems_Tapped ( object sender, TappedRoutedEventArgs e ) : void

Method Details

CourseList() public method

public CourseList ( int row, int column ) : string
row int
column int
return string

CourseTablePage() public method

public CourseTablePage ( ) : System
return System

OnNavigatedTo() protected method

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