C# Class patterns_playground.CloseSwitchCommand

Inheritance: ICommand
Mostrar archivo Open project: 23S163PR/design-patterns

Public Methods

Method Description
CloseSwitchCommand ( ISwitchable switchable ) : System
Execute ( ) : void

Method Details

CloseSwitchCommand() public method

public CloseSwitchCommand ( ISwitchable switchable ) : System
switchable ISwitchable
return System

Execute() public method

public Execute ( ) : void
return void