C# Class Nuaj.Cirrus.Utility.LogTextBox

Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

Méthode Description
Log ( string _Text ) : void
LogError ( string _Text ) : void
LogSuccess ( string _Text ) : void
LogTextBox ( ) : System
LogTextBox ( IContainer container ) : System
LogWarning ( string _Text ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

UpdateRTF ( ) : void

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

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

Log() public méthode

public Log ( string _Text ) : void
_Text string
Résultat void

LogError() public méthode

public LogError ( string _Text ) : void
_Text string
Résultat void

LogSuccess() public méthode

public LogSuccess ( string _Text ) : void
_Text string
Résultat void

LogTextBox() public méthode

public LogTextBox ( ) : System
Résultat System

LogTextBox() public méthode

public LogTextBox ( IContainer container ) : System
container IContainer
Résultat System

LogWarning() public méthode

public LogWarning ( string _Text ) : void
_Text string
Résultat void

UpdateRTF() protected méthode

protected UpdateRTF ( ) : void
Résultat void