C# Class WP8_Sphero.AboutPage

Inheritance: PhoneApplicationPage
Mostra file Open project: TechPreacher/WP8-Sphero-Control

Public Methods

Method Description
AboutPage ( ) : System

Protected Methods

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

Private Methods

Method Description
btnClose_Click ( object sender, RoutedEventArgs e ) : void
checkboxShow_Checked ( object sender, RoutedEventArgs e ) : void
checkboxShow_Unchecked ( object sender, RoutedEventArgs e ) : void

Method Details

AboutPage() public method

public AboutPage ( ) : System
return System

OnNavigatedTo() protected method

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