C# Класс ShootBlues.Script.LogWindow

Наследование: TaskForm
Показать файл Открыть проект

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

Метод Описание
AddLine ( string line ) : void
Clear ( ) : void
LogWindow ( TaskScheduler scheduler ) : System
SetText ( string text ) : void

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

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

Clean up any resources being used.

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

Метод Описание
InitializeComponent ( ) : void

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

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

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

public AddLine ( string line ) : void
line string
Результат void

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

public Clear ( ) : void
Результат 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

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

public LogWindow ( TaskScheduler scheduler ) : System
scheduler TaskScheduler
Результат System

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

public SetText ( string text ) : void
text string
Результат void