C# 클래스 ScreenToGif.Pages.ErrorSender

Error sender form.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
ErrorSender ( ) : System

Default Constructor of the Sender utility.

ErrorSender ( int type ) : System

Overload of the constructor. Sets the type of email to send.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

btnSend_Click ( object sender, EventArgs e ) : void
cbError_CheckedChanged ( object sender, EventArgs e ) : void

If there is no checkBox checked, check the other one.

cbSuggestion_CheckedChanged ( object sender, EventArgs e ) : void

If there is no checkBox checked, check the other one.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

ErrorSender() 공개 메소드

Default Constructor of the Sender utility.
public ErrorSender ( ) : System
리턴 System

ErrorSender() 공개 메소드

Overload of the constructor. Sets the type of email to send.
public ErrorSender ( int type ) : System
type int The type of email: 1 = error, 2 = suggestion
리턴 System