C# Class WP8_Sphero.MainPage

Inheritance: PhoneApplicationPage
Datei anzeigen Open project: TechPreacher/WP8-Sphero-Control

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

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

Private Methods

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

public MainPage ( ) : System
return System

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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