C# Class StoryTeller.UserInterface.Actions.ShellService

Inheritance: IShellService
Mostrar archivo Open project: adymitruk/storyteller

Public Methods

Method Description
ActivateScreen ( IScreen screen ) : void
ClearTransient ( ) : void
ShellService ( IScreenObjectRegistry registry, ICommandBar commands, IOptionsMenu options ) : StoryTeller.UserInterface.Controls
Start ( ) : void

Private Methods

Method Description
refill ( ) : void

Method Details

ActivateScreen() public method

public ActivateScreen ( IScreen screen ) : void
screen IScreen
return void

ClearTransient() public method

public ClearTransient ( ) : void
return void

ShellService() public method

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

Start() public method

public Start ( ) : void
return void