C# Class CommandPattern.Engine

Inheritance: IEngine
Afficher le fichier Open project: DanielDimitrov5/SoftUni

Méthodes publiques

Méthode Description
Engine ( ICommandInterpreter command ) : System
Run ( ) : void

Method Details

Engine() public méthode

public Engine ( ICommandInterpreter command ) : System
command ICommandInterpreter
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void