C# 클래스 Stuart.App

상속: Windows.UI.Xaml.Application
파일 보기 프로젝트 열기: shawnhar/stuart

공개 메소드들

메소드 설명
App ( ) : System.Collections.Generic
Initialize ( object launchArg ) : void

보호된 메소드들

메소드 설명
OnFileActivated ( FileActivatedEventArgs args ) : void
OnLaunched ( LaunchActivatedEventArgs args ) : void

메소드 상세

App() 공개 메소드

public App ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Initialize() 공개 메소드

public Initialize ( object launchArg ) : void
launchArg object
리턴 void

OnFileActivated() 보호된 메소드

protected OnFileActivated ( FileActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.FileActivatedEventArgs
리턴 void

OnLaunched() 보호된 메소드

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