HelloWorld.Bootstrapper.InitializeShell C# (CSharp) Method

InitializeShell() protected method

protected InitializeShell ( ) : void
return void
        protected override void InitializeShell()
        {
            Application.Current.MainWindow.Show();
        }