C# Class ScreenToGif.Pages.ErrorSender

Error sender form.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: dbremner/ScreenToGif

Public Methods

Method Description
ErrorSender ( ) : System

Default Constructor of the Sender utility.

ErrorSender ( int type ) : System

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

ErrorSender() public method

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

ErrorSender() public method

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
return System