Метод | Описание | |
---|---|---|
AddMessage ( int channel, string message ) : void |
Adds a new message to the log list
|
|
CLog ( ) : System |
Creates a new instance
|
|
RefreshDisabledChannels ( ) : void |
Refreshs the displayed list of currently disabled channels
|
|
RefreshEnabledChannels ( ) : void |
Refreshs the displayed list of currently enabled channels
|
|
WriteCache ( ) : void |
Writes all messages from the internal cache to the log list
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
CLog_Load ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnDisable_Click ( object sender, |
||
btnEnable_Click ( object sender, |
public AddMessage ( int channel, string message ) : void | ||
channel | int | The sending channel |
message | string | The sended message |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |