C# 클래스 ExtendedSplashScreenDemo.App

Provides application-specific behavior to supplement the default Application class.
상속: Prism.Unity.Windows.PrismUnityApplication
파일 보기 프로젝트 열기: PrismLibrary/Prism-Samples-Windows

공개 메소드들

메소드 설명
App ( ) : System.Threading.Tasks

보호된 메소드들

메소드 설명
OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
LoadAppResources ( ) : System.Threading.Tasks.Task

We use this method to simulate the loading of resources from different sources asynchronously.

메소드 상세

App() 공개 메소드

public App ( ) : System.Threading.Tasks
리턴 System.Threading.Tasks

OnLaunchApplicationAsync() 보호된 메소드

protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
리턴 System.Threading.Tasks.Task