C# Class WP8_Sphero.MainPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: TechPreacher/WP8-Sphero-Control

Méthodes publiques

Méthode Description
MainPage ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
NavigateTo ( string page ) : void
btnAbout_Click ( object sender, RoutedEventArgs e ) : void
btnBackLedOff_Click ( object sender, RoutedEventArgs e ) : void
btnBackLedOn_Click ( object sender, RoutedEventArgs e ) : void
btnChangeColor_Click ( object sender, RoutedEventArgs e ) : void
btnConnect_Click ( object sender, RoutedEventArgs e ) : void
btnDisconnect_Click ( object sender, RoutedEventArgs e ) : void
btnSetHeadingLeft_Click ( object sender, RoutedEventArgs e ) : void
btnSetHeadingRight_Click ( object sender, RoutedEventArgs e ) : void
gridConnecting_LayoutUpdated ( object sender, EventArgs e ) : void
joystick_NewCoordinates ( object sender, EventArgs e ) : void
joystick_Stop ( object sender, EventArgs e ) : void

Method Details

MainPage() public méthode

public MainPage ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

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

OnNavigatedTo() protected méthode

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