C# 클래스 CAClientCommon.UILogger

파일 보기 프로젝트 열기: periodic/LoLLogs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
logLabel System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
UILogger ( TextBox output ) : System
log ( string msg ) : void

메소드 상세

UILogger() 공개 메소드

public UILogger ( TextBox output ) : System
output System.Windows.Forms.TextBox
리턴 System

log() 공개 메소드

public log ( string msg ) : void
msg string
리턴 void

프로퍼티 상세

logLabel 공개적으로 프로퍼티

public TextBox,System.Windows.Forms logLabel
리턴 System.Windows.Forms.TextBox