C# Class BestFriend.App

Inheritance: Windows.UI.Xaml.Application
Datei anzeigen Open project: nmetulev/BestFriend

Public Methods

Method Description
App ( ) : System
OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void

Protected Methods

Method Description
OnActivated ( IActivatedEventArgs e ) : void
OnLaunched ( LaunchActivatedEventArgs e ) : void

Private Methods

Method Description
OnSuspending ( object sender, SuspendingEventArgs e ) : void

Method Details

App() public method

public App ( ) : System
return System

OnActivated() protected method

protected OnActivated ( IActivatedEventArgs e ) : void
e IActivatedEventArgs
return void

OnLaunched() protected method

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

OnNavigationFailed() public method

public OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void
sender object
e Windows.UI.Xaml.Navigation.NavigationFailedEventArgs
return void