C# 클래스 MBC.App.Terminal.Controls.ButtonControl

상속: UserControl
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship 1 사용 예제들

공개 메소드들

메소드 설명
ButtonControl ( string text, ButtonSelect selectEvent ) : System
Input ( string txt ) : void
KeyPress ( ConsoleKeyInfo key ) : bool

메소드 상세

ButtonControl() 공개 메소드

public ButtonControl ( string text, ButtonSelect selectEvent ) : System
text string
selectEvent ButtonSelect
리턴 System

Input() 공개 메소드

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

KeyPress() 공개 메소드

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