C# Класс ConsoleView.FormMain

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
FormMain ( Assembly commandAssembly ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Raises the E:Closing event.

Приватные методы

Метод Описание
FormMain_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Output ( string s ) : void
ShellControl1OnCommandEntered ( object sender, CommandEnteredEventArgs commandEnteredEventArgs ) : void

Shells the control1 on command entered.

WriteToConsole ( string message ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

FormMain() публичный Метод

public FormMain ( Assembly commandAssembly ) : System
commandAssembly System.Reflection.Assembly
Результат System

OnClosing() защищенный Метод

Raises the E:Closing event.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs The instance containing the event data.
Результат void