C# 클래스 StoryTeller.UserInterface.Bootstrapper

상속: IBootstrapper
파일 보기 프로젝트 열기: adymitruk/storyteller

공개 메소드들

메소드 설명
BootstrapShell ( bool showWindow ) : Window
BootstrapStructureMap ( bool showWindow ) : void
BuildContainer ( ) : IContainer
ForceRestart ( ) : void
Restart ( ) : void
StartupShell ( IContainer container, bool showWindow ) : void

메소드 상세

BootstrapShell() 공개 정적인 메소드

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

BootstrapStructureMap() 공개 메소드

public BootstrapStructureMap ( bool showWindow ) : void
showWindow bool
리턴 void

BuildContainer() 공개 정적인 메소드

public static BuildContainer ( ) : IContainer
리턴 IContainer

ForceRestart() 공개 정적인 메소드

public static ForceRestart ( ) : void
리턴 void

Restart() 공개 정적인 메소드

public static Restart ( ) : void
리턴 void

StartupShell() 공개 정적인 메소드

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