C# 클래스 Jira.Win8.App

Provides application-specific behavior to supplement the default Application class.
상속: Windows.UI.Xaml.Application
파일 보기 프로젝트 열기: iinteractive/jira-win8-client

공개 메소드들

메소드 설명
App ( ) : Jira.Win8.Common
OnUnhandledException ( Exception exception ) : void

보호된 메소드들

메소드 설명
OnLaunched ( LaunchActivatedEventArgs args ) : void
OnSearchActivated ( SearchActivatedEventArgs args ) : void

비공개 메소드들

메소드 설명
App_CommandsRequested ( SettingsPane sender, SettingsPaneCommandsRequestedEventArgs args ) : void
EnsureShell ( ApplicationExecutionState previousState ) : System.Threading.Tasks.Task
OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

메소드 상세

App() 공개 메소드

public App ( ) : Jira.Win8.Common
리턴 Jira.Win8.Common

OnLaunched() 보호된 메소드

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

OnSearchActivated() 보호된 메소드

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

OnUnhandledException() 공개 메소드

public OnUnhandledException ( Exception exception ) : void
exception System.Exception
리턴 void