C# Class patterns_playground.OpenSwitchCommand

Inheritance: ICommand
Datei anzeigen Open project: 23S163PR/design-patterns

Public Methods

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

Method Details

Execute() public method

public Execute ( ) : void
return void

OpenSwitchCommand() public method

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