C# Class ServerWrap.frmServer

Inheritance: System.Windows.Forms.Form
Mostra file Open project: N3X15/MineEdit

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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, EventArgs e ) : void
tick_Elapsed ( object sender, System e ) : void
txtSendCommand_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

Dispose() protected method

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

Error() public method

public Error ( string text ) : void
text string
return void

FormatBytes() public method

public FormatBytes ( long bytes ) : string
bytes long
return string

Info() public method

public Info ( string text ) : void
text string
return void

Log() public method

public Log ( string EventText, Color TextColor ) : void
EventText string
TextColor Color
return void

SendData() public method

public SendData ( string dat ) : void
dat string
return void

Warning() public method

public Warning ( string text ) : void
text string
return void

frmServer() public method

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