AuraPhotoViewer.AuraBootstrapper.CreateShell C# (CSharp) Method

CreateShell() protected method

protected CreateShell ( ) : DependencyObject
return System.Windows.DependencyObject
        protected override DependencyObject CreateShell()
        {
            return Container.Resolve<Shell>();
        }