C# Class CommandPattern.Engine

Inheritance: IEngine
显示文件 Open project: DanielDimitrov5/SoftUni

Public Methods

Method Description
Engine ( ICommandInterpreter command ) : System
Run ( ) : void

Method Details

Engine() public method

public Engine ( ICommandInterpreter command ) : System
command ICommandInterpreter
return System

Run() public method

public Run ( ) : void
return void