C# Class Jira.Win8.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Windows.UI.Xaml.Application
Afficher le fichier Open project: iinteractive/jira-win8-client

Méthodes publiques

Méthode Description
App ( ) : Jira.Win8.Common
OnUnhandledException ( Exception exception ) : void

Méthodes protégées

Méthode Description
OnLaunched ( LaunchActivatedEventArgs args ) : void
OnSearchActivated ( SearchActivatedEventArgs args ) : void

Private Methods

Méthode Description
App_CommandsRequested ( SettingsPane sender, SettingsPaneCommandsRequestedEventArgs args ) : void
EnsureShell ( ApplicationExecutionState previousState ) : System.Threading.Tasks.Task
OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

App() public méthode

public App ( ) : Jira.Win8.Common
Résultat Jira.Win8.Common

OnLaunched() protected méthode

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat void

OnSearchActivated() protected méthode

protected OnSearchActivated ( SearchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.SearchActivatedEventArgs
Résultat void

OnUnhandledException() public méthode

public OnUnhandledException ( Exception exception ) : void
exception System.Exception
Résultat void