C# Class StoryTeller.UserInterface.Tests.ModeCommand

Inheritance: StoryTeller.UserInterface.Actions.ActionCommand
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Enable ( ModeCommand active ) : void
ModeCommand ( TestMode mode, TestPresenter presenter, Test test, ITestView view ) : StoryTeller.Domain

Method Details

Enable() public méthode

public Enable ( ModeCommand active ) : void
active ModeCommand
Résultat void

ModeCommand() public méthode

public ModeCommand ( TestMode mode, TestPresenter presenter, Test test, ITestView view ) : StoryTeller.Domain
mode TestMode
presenter TestPresenter
test Test
view ITestView
Résultat StoryTeller.Domain