C# Class StoryTeller.UserInterface.Bootstrapper

Inheritance: IBootstrapper
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

Méthode Description
BootstrapShell ( bool showWindow ) : Window
BootstrapStructureMap ( bool showWindow ) : void
BuildContainer ( ) : IContainer
ForceRestart ( ) : void
Restart ( ) : void
StartupShell ( IContainer container, bool showWindow ) : void

Method Details

BootstrapShell() public static méthode

public static BootstrapShell ( bool showWindow ) : Window
showWindow bool
Résultat System.Windows.Window

BootstrapStructureMap() public méthode

public BootstrapStructureMap ( bool showWindow ) : void
showWindow bool
Résultat void

BuildContainer() public static méthode

public static BuildContainer ( ) : IContainer
Résultat IContainer

ForceRestart() public static méthode

public static ForceRestart ( ) : void
Résultat void

Restart() public static méthode

public static Restart ( ) : void
Résultat void

StartupShell() public static méthode

public static StartupShell ( IContainer container, bool showWindow ) : void
container IContainer
showWindow bool
Résultat void