C# Class VictorBush.Ego.NefsEdit.UI.ConsoleForm

Exibir arquivo Open project: victorbush/ego.nefsedit

Public Methods

Method Description
ConsoleForm ( ) : System

Initializes a new instance of the ConsoleForm class.

SetupConsole ( ) : void

Sets the application's standard output to write to the form's RichTextBox control.

Method Details

ConsoleForm() public method

Initializes a new instance of the ConsoleForm class.
public ConsoleForm ( ) : System
return System

SetupConsole() public method

Sets the application's standard output to write to the form's RichTextBox control.
public SetupConsole ( ) : void
return void