C# Class WeiranZhang.Metropaper.Login

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: weiran/Metropaper

Méthodes publiques

Méthode Description
Login ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( System e ) : void

Private Methods

Méthode Description
PerformLogin ( ) : void
loginButton_Click ( object sender, RoutedEventArgs e ) : void
passwordTextBox_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
usernameTextBox_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
usernameTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

Login() public méthode

public Login ( ) : System
Résultat System

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System e ) : void
e System
Résultat void