C# Class patterns_playground.Light

Inheritance: ISwitchable
Show file Open project: 23S163PR/design-patterns

Public Methods

Method Description
PowerOff ( ) : void
PowerOn ( ) : void

Method Details

PowerOff() public method

public PowerOff ( ) : void
return void

PowerOn() public method

public PowerOn ( ) : void
return void