AuraPhotoViewer.AuraBootstrapper.InitializeShell C# (CSharp) Method

InitializeShell() protected method

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