Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
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. |
return | void |
public Log ( string EventText, Color TextColor ) : void | ||
EventText | string | |
TextColor | Color | |
return | void |
public frmServer ( string IP, int Port, string pass ) : System | ||
IP | string | |
Port | int | |
pass | string | |
return | System |