C# 클래스 StoryTeller.UserInterface.Actions.ShellService

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

공개 메소드들

메소드 설명
ActivateScreen ( IScreen screen ) : void
ClearTransient ( ) : void
ShellService ( IScreenObjectRegistry registry, ICommandBar commands, IOptionsMenu options ) : StoryTeller.UserInterface.Controls
Start ( ) : void

비공개 메소드들

메소드 설명
refill ( ) : void

메소드 상세

ActivateScreen() 공개 메소드

public ActivateScreen ( IScreen screen ) : void
screen IScreen
리턴 void

ClearTransient() 공개 메소드

public ClearTransient ( ) : void
리턴 void

ShellService() 공개 메소드

public ShellService ( IScreenObjectRegistry registry, ICommandBar commands, IOptionsMenu options ) : StoryTeller.UserInterface.Controls
registry IScreenObjectRegistry
commands ICommandBar
options IOptionsMenu
리턴 StoryTeller.UserInterface.Controls

Start() 공개 메소드

public Start ( ) : void
리턴 void