C# Class StoryTeller.Testing.UserInterface.Screens.StubScreen

Inheritance: IScreen
ファイルを表示 Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Activate ( IScreenObjectRegistry screenObjects ) : void
CanClose ( ) : bool
Dispose ( ) : void

Method Details

Activate() public method

public Activate ( IScreenObjectRegistry screenObjects ) : void
screenObjects IScreenObjectRegistry
return void

CanClose() public method

public CanClose ( ) : bool
return bool

Dispose() public method

public Dispose ( ) : void
return void