C# Class BaconographyWP8.View.LoginPageView

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

Méthode Description
LoginPageView ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Private Methods

Méthode Description
HyperlinkButton_Click ( object sender, RoutedEventArgs e ) : void
Password_KeyDown ( object sender, System e ) : void
Username_KeyDown ( object sender, System e ) : void

Method Details

LoginPageView() public méthode

public LoginPageView ( ) : System
Résultat System

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void

OnNavigatingFrom() protected méthode

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
Résultat void