C# Class ntrclient.Prog.Window.DebugConsole

Mostrar archivo Open project: imthe666st/NTRClient Class Usage Examples

Public Properties

Property Type Description
textBox_log System.Windows.Forms.TextBox

Public Methods

Method Description
Addlog ( string l ) : void
DebugConsole ( ) : System
ExecuteCommand ( string n ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Addlog() public method

public Addlog ( string l ) : void
l string
return void

DebugConsole() public method

public DebugConsole ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ExecuteCommand() public method

public ExecuteCommand ( string n ) : void
n string
return void

Property Details

textBox_log public_oe property

public System.Windows.Forms.TextBox textBox_log
return System.Windows.Forms.TextBox