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
Show file Open project: DXFrance/OfficeTicTacToe

Public Methods

Method Description
LoginPage ( ) : OfficeTicTacToe.Graph

Protected Methods

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

Private Methods

Method Description
LoginButton_Click ( object sender, RoutedEventArgs e ) : void
Pivot_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

Method Details

LoginPage() public method

public LoginPage ( ) : OfficeTicTacToe.Graph
return OfficeTicTacToe.Graph

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