Property | Type | Description | |
---|---|---|---|
textBox_log | System.Windows.Forms.TextBox |
Method | Description | |
---|---|---|
Addlog ( string l ) : void | ||
DebugConsole ( ) : System | ||
ExecuteCommand ( string n ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DebugConsole_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
DebugConsole_Shown ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
button_send_Click ( object sender, EventArgs e ) : void | ||
textBox_cmd_KeyDown ( object sender, KeyEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |