C# Class 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.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: eugeniomiro/Terrarium

Méthodes publiques

Méthode Description
ReportBug ( ) : System

Constructor used to create a new User bug reporting form.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ReportBug() public méthode

Constructor used to create a new User bug reporting form.
public ReportBug ( ) : System
Résultat System