C# Class BaconographyWP8.View.CaptchaPageView

Inheritance: PhoneApplicationPage
Datei anzeigen Open project: Synergex/Baconography

Public Methods

Method Description
CaptchaPageView ( ) : BaconographyPortable.Services

Protected Methods

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

Private Methods

Method Description
BuildAppBar ( ) : void
Cancel_Click ( object sender, EventArgs e ) : void
Send_Click ( object sender, EventArgs e ) : void
TextBox_KeyUp ( object sender, System e ) : void
UpdateMenuItems ( ) : void

Method Details

CaptchaPageView() public method

public CaptchaPageView ( ) : BaconographyPortable.Services
return BaconographyPortable.Services

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void

OnNavigatingFrom() protected method

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