메소드 | 설명 | |
---|---|---|
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, |
||
tick_Elapsed ( object sender, System e ) : void | ||
txtSendCommand_KeyDown ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public Log ( string EventText, Color TextColor ) : void | ||
EventText | string | |
TextColor | Color | |
리턴 | void |
public frmServer ( string IP, int Port, string pass ) : System | ||
IP | string | |
Port | int | |
pass | string | |
리턴 | System |