C# Class OfficeTicTacToe.LoginPage

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: DXFrance/OfficeTicTacToe

Méthodes publiques

Méthode Description
LoginPage ( ) : OfficeTicTacToe.Graph

Méthodes protégées

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

Private Methods

Méthode Description
LoginButton_Click ( object sender, RoutedEventArgs e ) : void
Pivot_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

Method Details

LoginPage() public méthode

public LoginPage ( ) : OfficeTicTacToe.Graph
Résultat OfficeTicTacToe.Graph

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