C# Class BattlelogMobile.Client.App

Interaction logic for App.xaml
Show file Open project: mikkoviitala/battlelogmobile

Public Methods

Method Description
App ( ) : System.Windows

Private Methods

Method Description
ApplicationActivated ( object sender, ActivatedEventArgs e ) : void
ApplicationClosing ( object sender, ClosingEventArgs e ) : void
ApplicationDeactivated ( object sender, DeactivatedEventArgs e ) : void
ApplicationLaunching ( object sender, LaunchingEventArgs e ) : void
ApplicationUnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
InitializePhoneApplication ( ) : void
RootFrameNavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

Method Details

App() public method

public App ( ) : System.Windows
return System.Windows