C# Class Nuaj.Cirrus.Utility.LogTextBox

显示文件 Open project: Patapom/GodComplex

Public Methods

Method Description
Log ( string _Text ) : void
LogError ( string _Text ) : void
LogSuccess ( string _Text ) : void
LogTextBox ( ) : System
LogTextBox ( IContainer container ) : System
LogWarning ( string _Text ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

UpdateRTF ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

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

Log() public method

public Log ( string _Text ) : void
_Text string
return void

LogError() public method

public LogError ( string _Text ) : void
_Text string
return void

LogSuccess() public method

public LogSuccess ( string _Text ) : void
_Text string
return void

LogTextBox() public method

public LogTextBox ( ) : System
return System

LogTextBox() public method

public LogTextBox ( IContainer container ) : System
container IContainer
return System

LogWarning() public method

public LogWarning ( string _Text ) : void
_Text string
return void

UpdateRTF() protected method

protected UpdateRTF ( ) : void
return void