C# Class Unvell.ReoScript.Editor.FctbConsoleControl

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: jing-lu/ReoScript

Public Methods

Method Description
Clear ( ) : void
FctbConsoleControl ( ) : System
OutLine ( string text ) : void

Private Methods

Method Description
clearToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

FctbConsoleControl() public method

public FctbConsoleControl ( ) : System
return System

OutLine() public method

public OutLine ( string text ) : void
text string
return void