C# 클래스 NinjaCoder.MvvmCross.UI.App

Interaction logic for App.xaml
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

보호된 메소드들

메소드 설명
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