C# Class ScreenToGif.Pages.ErrorSender

Error sender form.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: dbremner/ScreenToGif

Méthodes publiques

Méthode Description
ErrorSender ( ) : System

Default Constructor of the Sender utility.

ErrorSender ( int type ) : System

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Dispose() protected méthode

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

ErrorSender() public méthode

Default Constructor of the Sender utility.
public ErrorSender ( ) : System
Résultat System

ErrorSender() public méthode

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
Résultat System