Modularity.Wpf.Bootstrapper.CreateShell C# (CSharp) Method

CreateShell() protected method

protected CreateShell ( ) : DependencyObject
return System.Windows.DependencyObject
        protected override DependencyObject CreateShell()
        {
            return ServiceLocator.Current.GetInstance<Shell>();
        }