C# Class Jira.Win8.App

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

Public Methods

Method Description
App ( ) : Jira.Win8.Common
OnUnhandledException ( Exception exception ) : void

Protected Methods

Method Description
OnLaunched ( LaunchActivatedEventArgs args ) : void
OnSearchActivated ( SearchActivatedEventArgs args ) : void

Private Methods

Method 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 method

public App ( ) : Jira.Win8.Common
return Jira.Win8.Common

OnLaunched() protected method

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

OnSearchActivated() protected method

protected OnSearchActivated ( SearchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.SearchActivatedEventArgs
return void

OnUnhandledException() public method

public OnUnhandledException ( Exception exception ) : void
exception System.Exception
return void