C# Class XLibrary.Panels.ConsolePanel

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: swax/CodePerspective

Méthodes publiques

Свойство Type Description
Main MainForm
Nodes XNodeIn[]

Méthodes publiques

Méthode Description
ConsolePanel ( ) : System
Init ( MainForm main ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Eval ( string expr ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ProcessInput ( string input ) : void
RunCommand ( string input ) : string
textBox1_KeyPress ( object sender, KeyPressEventArgs e ) : void

Method Details

ConsolePanel() public méthode

public ConsolePanel ( ) : System
Résultat System

Dispose() protected méthode

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

Init() public méthode

public Init ( MainForm main ) : void
main MainForm
Résultat void

Property Details

Main public_oe property

public MainForm Main
Résultat MainForm

Nodes public_oe property

public XNodeIn[] Nodes
Résultat XNodeIn[]