C# Класс Terrarium.Forms.ReportBug

A dialog used to report a user submitted bug. This is similar to the Watson dialog, but doesn't contain exception information.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

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

Метод Описание
ReportBug ( ) : System

Constructor used to create a new User bug reporting form.

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

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

Clean up any resources being used.

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

Метод Описание
DontSend_Click ( object sender, System e ) : void

DontSend event handler used to close the form down without sending anything to the server.

Form_Load ( object sender, System e ) : void

Create a default dataset on form load initialized to type "UserBug" with no previous tracings.

Information_TextChanged ( object sender, System e ) : void

Information event handler used to determine if the text is changed.

InitializeComponent ( ) : void

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

Send_Click ( object sender, System e ) : void

Send event handler. This method sends the user bug dataset to the Watson Web Service.

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Constructor used to create a new User bug reporting form.
public ReportBug ( ) : System
Результат System