C# Class BalloonsPop.ConsoleUI.ConsoleEngine

Inheritance: BalloonsPop.Core.EngineCore, IConsoleEngine
Afficher le fichier Open project: Baloons-Pop-4/Main Class Usage Examples

Méthodes publiques

Méthode Description
ConsoleEngine ( IContext ctx, IConsoleBundle depBundle ) : System

Initializes a new instance of the ConsoleEngine class.

Run ( ) : void

Private Methods

Méthode Description
GetTrimmedUppercaseInput ( ) : string

Method Details

ConsoleEngine() public méthode

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

Run() public méthode

public Run ( ) : void
Résultat void