C# 클래스 ServerWrap.frmServer

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: N3X15/MineEdit

공개 메소드들

메소드 설명
Error ( string text ) : void
FormatBytes ( long bytes ) : string
Info ( string text ) : void
Log ( string EventText, Color TextColor ) : void
SendData ( string dat ) : void
Warning ( string text ) : void
frmServer ( string IP, int Port, string pass ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MainThread ( ) : void
frmServer_Load ( object sender, EventArgs e ) : void
tick_Elapsed ( object sender, System e ) : void
txtSendCommand_KeyDown ( object sender, KeyEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Error() 공개 메소드

public Error ( string text ) : void
text string
리턴 void

FormatBytes() 공개 메소드

public FormatBytes ( long bytes ) : string
bytes long
리턴 string

Info() 공개 메소드

public Info ( string text ) : void
text string
리턴 void

Log() 공개 메소드

public Log ( string EventText, Color TextColor ) : void
EventText string
TextColor Color
리턴 void

SendData() 공개 메소드

public SendData ( string dat ) : void
dat string
리턴 void

Warning() 공개 메소드

public Warning ( string text ) : void
text string
리턴 void

frmServer() 공개 메소드

public frmServer ( string IP, int Port, string pass ) : System
IP string
Port int
pass string
리턴 System