프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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.
|
|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public static ExecuteCommand ( string aCommand, Socket aSocket ) : void | ||
aCommand | string | |
aSocket | Socket | |
리턴 | void |
public static _OnClientConnect ( object &de, |
||
de | object | |
net | ||
리턴 | void |
public static _OnClientDisconnect ( object o ) : void | ||
o | object | |
리턴 | void |
public _OnIPC ( Socket aSocket, EndPoint ep, byte data ) : void | ||
aSocket | Socket | |
ep | EndPoint | |
data | byte | |
리턴 | void |
public static _command ( string aCommand, Socket aSocket ) : void | ||
aCommand | string | |
aSocket | Socket | |
리턴 | void |
public static sendSocket ( Socket aSocket, string aText ) : void | ||
aSocket | Socket | |
aText | string | |
리턴 | void |
public System.Windows.Forms.RichTextBox guiActivity | ||
리턴 | System.Windows.Forms.RichTextBox |