C# Class WindowsApp.Views.tutorialSkip

Create page
Inheritance: Windows.UI.Xaml.Controls.Page
Mostra file Open project: MSRCCS/AppSuite

Public Methods

Method Description
tutorialSkip ( ) : System

Instantiate tutorialSkip page

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

Private Methods

Method Description
runTutorial ( object sender, RoutedEventArgs e ) : void
skipTutorial ( object sender, RoutedEventArgs e ) : void

Method Details

OnNavigatedTo() protected method

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs Event data that describes how this page was reached. /// This parameter is typically used to configure the page.
return void

tutorialSkip() public method

Instantiate tutorialSkip page
public tutorialSkip ( ) : System
return System