Modularity.Wpf.Bootstrapper.CreateShell C# (CSharp) Méthode

CreateShell() protected méthode

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