C# 클래스 openhabUWP.App

파일 보기 프로젝트 열기: altima/openhabUWP

공개 메소드들

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

Initializes a new instance of the App class.

보호된 메소드들

메소드 설명
ConfigureContainer ( ) : void

Creates and configures the container and service locator

OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task

Override this method with the initialization logic of your application. Here you can initialize services, repositories, and so on.

OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task

Override this method with logic that will be performed after the application is initialized. For example, navigating to the application's home page.

메소드 상세

App() 공개 메소드

Initializes a new instance of the App class.
public App ( ) : System.Threading.Tasks
리턴 System.Threading.Tasks

ConfigureContainer() 보호된 메소드

Creates and configures the container and service locator
protected ConfigureContainer ( ) : void
리턴 void

OnInitializeAsync() 보호된 메소드

Override this method with the initialization logic of your application. Here you can initialize services, repositories, and so on.
protected OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
args IActivatedEventArgs The instance containing the event data.
리턴 System.Threading.Tasks.Task

OnLaunchApplicationAsync() 보호된 메소드

Override this method with logic that will be performed after the application is initialized. For example, navigating to the application's home page.
protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs The instance containing the event data.
리턴 System.Threading.Tasks.Task