Method | Description | |
---|---|---|
HuxUI ( |
||
WriteTextFromServer ( String text ) : void | ||
WriteTextToServer ( string cmd, string param, string text ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
HuxUI_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
inputBox_KeyDown ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public WriteTextFromServer ( String text ) : void | ||
text | String | |
return | void |
public WriteTextToServer ( string cmd, string param, string text ) : void | ||
cmd | string | |
param | string | |
text | string | |
return | void |