ApplicationTest.App.Application_Startup C# (CSharp) 메소드

Application_Startup() 개인적인 메소드

private Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
sender object
e System.Windows.StartupEventArgs
리턴 void
		private void Application_Startup (object sender, StartupEventArgs e)
		{
			this.RootVisual = new Page ();
		}