Méthode | Description | |
---|---|---|
ReportBug ( ) : System |
Constructor used to create a new User bug reporting form.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |