C# Class patterns_playground.CloseSwitchCommand

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

Méthodes publiques

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

Method Details

CloseSwitchCommand() public méthode

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

Execute() public méthode

public Execute ( ) : void
Résultat void