C# Class WP8_Sphero.App

Inheritance: System.Windows.Application
显示文件 Open project: TechPreacher/WP8-Sphero-Control

Public Properties

Property Type Description
settings Settings
spheroHelper SpheroHelper

Public Methods

Method Description
App ( ) : System

Constructor for the Application object.

Private Methods

Method Description
Application_Activated ( object sender, ActivatedEventArgs e ) : void
Application_Closing ( object sender, ClosingEventArgs e ) : void
Application_Deactivated ( object sender, DeactivatedEventArgs e ) : void
Application_Launching ( object sender, LaunchingEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
CheckForResetNavigation ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
ClearBackStackAfterReset ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
InitializeLanguage ( ) : void
InitializePhoneApplication ( ) : void
RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

Method Details

App() public method

Constructor for the Application object.
public App ( ) : System
return System

Property Details

settings public_oe static_oe property

public static Settings,WP8_Sphero settings
return Settings

spheroHelper public_oe static_oe property

public static SpheroHelper,WP8_Sphero spheroHelper
return SpheroHelper