C# Class StoryTeller.UserInterface.Actions.ShellService

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

Méthodes publiques

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

Private Methods

Méthode Description
refill ( ) : void

Method Details

ActivateScreen() public méthode

public ActivateScreen ( IScreen screen ) : void
screen IScreen
Résultat void

ClearTransient() public méthode

public ClearTransient ( ) : void
Résultat void

ShellService() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void