C# Class wenku10.Pages.Settings.FirstTimeSettings

Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: tgckpg/wenku10

Méthodes publiques

Méthode Description
FirstTimeSettings ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode 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 méthode

public FirstTimeSettings ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

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

OnNavigatedTo() protected méthode

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