CHAOS.Portal.Client.Test.App.Application_Startup C# (CSharp) Method

Application_Startup() private method

private Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
sender object
e System.Windows.StartupEventArgs
return void
		private void Application_Startup(object sender, StartupEventArgs e)
		{
			RootVisual = new MainPageView {DataContext = new MainPageViewModel()};
		}