C# Class #.App

Inheritance: Windows.UI.Xaml.Application
Datei anzeigen Open project: Pmovil/CN1WindowsPort

Public Methods

Method Description
App ( ) : Windows.UI.Xaml.Navigation

Protected Methods

Method Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

Private Methods

Method Description
OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void
RootFrame_FirstNavigated ( object sender, NavigationEventArgs e ) : void

Method Details

App() public method

public App ( ) : Windows.UI.Xaml.Navigation
return Windows.UI.Xaml.Navigation

OnLaunched() protected method

protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void