C# Class BaconographyWP8.View.LoginPageView

Inheritance: PhoneApplicationPage
Show file Open project: Synergex/Baconography

Public Methods

Method Description
LoginPageView ( ) : System

Protected Methods

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

Private Methods

Method 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 method

public LoginPageView ( ) : System
return System

OnNavigatedTo() protected method

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

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
return void