Property | Type | Description | |
---|---|---|---|
cmd | Systems.CommandServer | ||
guiActivity | System.Windows.Forms.RichTextBox | ||
label1 | System.Windows.Forms.Label | ||
label2 | System.Windows.Forms.Label | ||
label3 | System.Windows.Forms.Label | ||
label4 | System.Windows.Forms.Label | ||
label5 | System.Windows.Forms.Label | ||
label6 | System.Windows.Forms.Label | ||
net | Systems.Server | ||
srvPlayerlist | System.Windows.Forms.ListBox |
Method | Description | |
---|---|---|
Activity ( string information ) : void | ||
ExecuteCommand ( string aCommand, Socket aSocket ) : void | ||
Manager_Main ( ) : System | ||
Manager_Work ( ) : void | ||
UpdatePlayerDEL ( string name ) : void | ||
UpdatePlayers ( string name ) : void | ||
_OnClientConnect ( object &de, |
||
_OnClientDisconnect ( object o ) : void | ||
_OnIPC ( Socket aSocket, EndPoint ep, byte data ) : void | ||
_OnReceiveData ( |
||
_command ( string aCommand, Socket aSocket ) : void | ||
run ( ) : void | ||
sendSocket ( Socket aSocket, string aText ) : void |
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.
|
|
Manager_Main_MouseDown ( object sender, MouseEventArgs e ) : void | ||
ReleaseCapture ( ) : bool | ||
SendMessage ( IntPtr hWnd, uint Msg, int wParam, int lParam ) : IntPtr | ||
_ServerError ( Exception ex ) : void | ||
db_OnConnectedToDatabase ( ) : void | ||
db_OnDatabaseError ( Exception ex ) : void | ||
guiActivity_TextChanged ( object sender, EventArgs e ) : void | ||
label6_Click ( object sender, EventArgs e ) : void | ||
panel1_MouseClick ( object sender, MouseEventArgs e ) : void | ||
panel2_MouseClick ( object sender, MouseEventArgs e ) : void |
public Activity ( string information ) : void | ||
information | string | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static ExecuteCommand ( string aCommand, Socket aSocket ) : void | ||
aCommand | string | |
aSocket | Socket | |
return | void |
public UpdatePlayerDEL ( string name ) : void | ||
name | string | |
return | void |
public static _OnClientConnect ( object &de, |
||
de | object | |
net | ||
return | void |
public static _OnClientDisconnect ( object o ) : void | ||
o | object | |
return | void |
public _OnIPC ( Socket aSocket, EndPoint ep, byte data ) : void | ||
aSocket | Socket | |
ep | EndPoint | |
data | byte | |
return | void |
public static _OnReceiveData ( |
||
de | ||
return | void |
public static _command ( string aCommand, Socket aSocket ) : void | ||
aCommand | string | |
aSocket | Socket | |
return | void |
public static sendSocket ( Socket aSocket, string aText ) : void | ||
aSocket | Socket | |
aText | string | |
return | void |
public static Systems.CommandServer cmd | ||
return | Systems.CommandServer |
public System.Windows.Forms.RichTextBox guiActivity | ||
return | System.Windows.Forms.RichTextBox |
public System.Windows.Forms.Label label1 | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.Label label2 | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.Label label3 | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.Label label4 | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.Label label5 | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.Label label6 | ||
return | System.Windows.Forms.Label |