C# 클래스 BalloonsPop.ConsoleUI.ConsoleEngine

상속: BalloonsPop.Core.EngineCore, IConsoleEngine
파일 보기 프로젝트 열기: Baloons-Pop-4/Main 1 사용 예제들

공개 메소드들

메소드 설명
ConsoleEngine ( IContext ctx, IConsoleBundle depBundle ) : System

Initializes a new instance of the ConsoleEngine class.

Run ( ) : void

비공개 메소드들

메소드 설명
GetTrimmedUppercaseInput ( ) : string

메소드 상세

ConsoleEngine() 공개 메소드

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

Run() 공개 메소드

public Run ( ) : void
리턴 void