C# Class NinjaCoder.MvvmCross.UI.App

Interaction logic for App.xaml
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Protected Methods

Method Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

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

Method Details

OnStartup() protected method

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.
return void