C# Class StoryTeller.UserInterface.Bootstrapper

Inheritance: IBootstrapper
Show file Open project: adymitruk/storyteller

Public Methods

Method 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 method

public static BootstrapShell ( bool showWindow ) : Window
showWindow bool
return System.Windows.Window

BootstrapStructureMap() public method

public BootstrapStructureMap ( bool showWindow ) : void
showWindow bool
return void

BuildContainer() public static method

public static BuildContainer ( ) : IContainer
return IContainer

ForceRestart() public static method

public static ForceRestart ( ) : void
return void

Restart() public static method

public static Restart ( ) : void
return void

StartupShell() public static method

public static StartupShell ( IContainer container, bool showWindow ) : void
container IContainer
showWindow bool
return void