C# Класс NinjaCoder.MvvmCross.UI.App

Interaction logic for App.xaml
Показать файл Открыть проект

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

Метод Описание
OnStartup ( System.Windows.StartupEventArgs e ) : void

Raises the E:System.Windows.Application.Startup event.

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

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

Raises the E:System.Windows.Application.Startup event.
protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs A that contains the event data.
Результат void