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