C# Class BalloonsPop.ConsoleUI.ConsoleEngine

Inheritance: BalloonsPop.Core.EngineCore, IConsoleEngine
Datei anzeigen Open project: Baloons-Pop-4/Main Class Usage Examples

Public Methods

Method Description
ConsoleEngine ( IContext ctx, IConsoleBundle depBundle ) : System

Initializes a new instance of the ConsoleEngine class.

Run ( ) : void

Private Methods

Method Description
GetTrimmedUppercaseInput ( ) : string

Method Details

ConsoleEngine() public method

Initializes a new instance of the ConsoleEngine class.
public ConsoleEngine ( IContext ctx, IConsoleBundle depBundle ) : System
ctx IContext
depBundle IConsoleBundle
return System

Run() public method

public Run ( ) : void
return void