C# Класс FormExample.DebugForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AppendToDebugOutput ( string debugMessage ) : void

Appends debug messages from irc client to debug richtextbox output box. Invoke is needed because this method executes on a different thread!

DebugForm ( ) : System

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

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

Clean up any resources being used.

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

Метод Описание
ClearButton_Click ( object sender, EventArgs e ) : void
DebugForm_FormClosing ( object sender, FormClosingEventArgs e ) : void

Makes sure that the form doesn't actually close, but hides instead, so debug messages can still be appended!

InitializeComponent ( ) : void

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

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

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

Appends debug messages from irc client to debug richtextbox output box. Invoke is needed because this method executes on a different thread!
public AppendToDebugOutput ( string debugMessage ) : void
debugMessage string defines the message to be appended to the debug richtextbox output box
Результат void

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

public DebugForm ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void