C# Класс MvvmFramework.Samples.Uwp.App

Represents the entry-point to the MVVM sample application.
Наследование: Windows.Mvvm.Application.MvvmApplication
Показать файл Открыть проект

Открытые методы

Метод Описание
App ( ) : MvvmFramework.Samples.Uwp.Repositories

Initializes a new App instance.

Защищенные методы

Метод Описание
OnActivatedAsync ( IActivatedEventArgs eventArguments ) : System.Threading.Tasks.Task

Gets called when the app was activated by the user.

Описание методов

App() публичный Метод

Initializes a new App instance.
public App ( ) : MvvmFramework.Samples.Uwp.Repositories
Результат MvvmFramework.Samples.Uwp.Repositories

OnActivatedAsync() защищенный Метод

Gets called when the app was activated by the user.
protected OnActivatedAsync ( IActivatedEventArgs eventArguments ) : System.Threading.Tasks.Task
eventArguments IActivatedEventArgs The event argument, that contain more information on the activation of the application.
Результат System.Threading.Tasks.Task