C# 클래스 MBC.App.Terminal.Layouts.NoLayout

The NoLayout class is created to provide an empty layout for TerminalModules that do not contain UserControls.
상속: ControlLayout
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

메소드 설명
Input ( string input ) : void
KeyPressed ( ConsoleKeyInfo key ) : bool

보호된 메소드들

메소드 설명
DrawAllUnselected ( ) : void
DrawSelected ( UserControl ctrl ) : void
DrawUnselected ( UserControl ctrl ) : void

메소드 상세

DrawAllUnselected() 보호된 메소드

protected DrawAllUnselected ( ) : void
리턴 void

DrawSelected() 보호된 메소드

protected DrawSelected ( UserControl ctrl ) : void
ctrl MBC.App.Terminal.Controls.UserControl
리턴 void

DrawUnselected() 보호된 메소드

protected DrawUnselected ( UserControl ctrl ) : void
ctrl MBC.App.Terminal.Controls.UserControl
리턴 void

Input() 공개 메소드

public Input ( string input ) : void
input string
리턴 void

KeyPressed() 공개 메소드

public KeyPressed ( ConsoleKeyInfo key ) : bool
key System.ConsoleKeyInfo
리턴 bool