C# Class FapChat.Wp8.Pages.Login

Show file Open project: 0xdeafcafe/FapChat

Public Methods

Method Description
Login ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
ApplicationBarActionButton_Click ( object sender, EventArgs e ) : void
Pivot_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
TextPassword_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void
TextUsername_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

Login() public method

public Login ( ) : System
return System

OnNavigatedTo() protected method

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