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
Mostrar archivo Open project: eugeniomiro/Terrarium

Public Methods

Method Description
ReportBug ( ) : System

Constructor used to create a new User bug reporting form.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

ReportBug() public method

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