Property | Type | Description | |
---|---|---|---|
reader |
Method | Description | |
---|---|---|
Client ( ServerConnection serverConnection, string hostName, int id ) : System | ||
InsertTime ( string _time ) : void | ||
appendTextToChat ( string message ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
Client_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
Client_Load ( object sender, EventArgs e ) : void | ||
GuiStarter ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
PacketsFromServer ( ) : void | ||
UpdateGui ( ) : void | ||
sessions_button_Click ( object sender, EventArgs e ) : void | ||
textBox8_KeyDown ( object sender, KeyEventArgs e ) : void |
public Client ( ServerConnection serverConnection, string hostName, int id ) : System | ||
serverConnection | ServerConnection | |
hostName | string | |
id | int | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public appendTextToChat ( string message ) : void | ||
message | string | |
return | void |