C# Class patterns_playground.OpenSwitchCommand

Inheritance: ICommand
Afficher le fichier Open project: 23S163PR/design-patterns

Méthodes publiques

Méthode Description
Execute ( ) : void
OpenSwitchCommand ( ISwitchable switchable ) : System

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

OpenSwitchCommand() public méthode

public OpenSwitchCommand ( ISwitchable switchable ) : System
switchable ISwitchable
Résultat System