C# Class NDG.Views.LoginPage

Class for login page.
Inheritance: PhoneApplicationPage
Afficher le fichier Open project: nokiadatagathering/WP7-Official

Méthodes publiques

Méthode Description
LoginPage ( ) : Microsoft.Phone.Controls

Initializes a new instance of the LoginPage class.

Méthodes protégées

Méthode Description
OnNavigatedFrom ( System e ) : void

Raises by navigation from login page.

OnNavigatedTo ( System e ) : void

Method Details

LoginPage() public méthode

Initializes a new instance of the LoginPage class.
public LoginPage ( ) : Microsoft.Phone.Controls
Résultat Microsoft.Phone.Controls

OnNavigatedFrom() protected méthode

Raises by navigation from login page.
protected OnNavigatedFrom ( System e ) : void
e System Navigation event arguments.
Résultat void

OnNavigatedTo() protected méthode

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