C# Class ShootBlues.Script.LogWindow

Inheritance: TaskForm
Afficher le fichier Open project: kg/shootbluesscripts

Méthodes publiques

Méthode Description
AddLine ( string line ) : void
Clear ( ) : void
LogWindow ( TaskScheduler scheduler ) : System
SetText ( string text ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

AddLine() public méthode

public AddLine ( string line ) : void
line string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

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

LogWindow() public méthode

public LogWindow ( TaskScheduler scheduler ) : System
scheduler TaskScheduler
Résultat System

SetText() public méthode

public SetText ( string text ) : void
text string
Résultat void