C# Class MALClient.Pages.Main.LogInPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Mostra file Open project: Mordonus/MALClient

Public Methods

Method Description
LogInPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
ButtonProblems_OnClick ( object sender, RoutedEventArgs e ) : void
ButtonRegister_OnClick ( object sender, RoutedEventArgs e ) : void
Password_OnKeyDown ( object sender, KeyRoutedEventArgs e ) : void
UserName_OnKeyDown ( object sender, KeyRoutedEventArgs e ) : void

Method Details

LogInPage() public method

public LogInPage ( ) : System
return System

OnNavigatedTo() protected method

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