C# Class ServerWrap.frmServer

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: N3X15/MineEdit

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

Error() public méthode

public Error ( string text ) : void
text string
Résultat void

FormatBytes() public méthode

public FormatBytes ( long bytes ) : string
bytes long
Résultat string

Info() public méthode

public Info ( string text ) : void
text string
Résultat void

Log() public méthode

public Log ( string EventText, Color TextColor ) : void
EventText string
TextColor Color
Résultat void

SendData() public méthode

public SendData ( string dat ) : void
dat string
Résultat void

Warning() public méthode

public Warning ( string text ) : void
text string
Résultat void

frmServer() public méthode

public frmServer ( string IP, int Port, string pass ) : System
IP string
Port int
pass string
Résultat System