C# Class NinjaCoder.MvvmCross.UI.App

Interaction logic for App.xaml
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes protégées

Méthode Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

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

Method Details

OnStartup() protected méthode

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.
Résultat void