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
파일 보기 프로젝트 열기: eugeniomiro/Terrarium

공개 메소드들

메소드 설명
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