C# Class CommandDesign.TurnTVOn

Inheritance: ICommand
Show file Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
TurnTVOn ( IElectronicDevice device ) : System.Collections
Undo ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

TurnTVOn() public method

public TurnTVOn ( IElectronicDevice device ) : System.Collections
device IElectronicDevice
return System.Collections

Undo() public method

public Undo ( ) : void
return void