C# Class wenku10.Pages.Settings.FirstTimeSettings

Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: tgckpg/wenku10

Public Methods

Method Description
FirstTimeSettings ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Complete ( object sender, RoutedEventArgs e ) : void
MainView_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
Next ( bool Auto = true ) : void
Next ( object sender, RoutedEventArgs e ) : void
OneDrive ( object sender, RoutedEventArgs e ) : void
Prev ( bool Auto = true ) : void
Prev ( object sender, RoutedEventArgs e ) : void
SetTemplate ( ) : void
SetTheme ( ) : void
ToggleSS ( object sender, RoutedEventArgs e ) : void

Method Details

FirstTimeSettings() public method

public FirstTimeSettings ( ) : System
return System

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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