C# Класс ScreenToGif.Pages.ErrorSender

Error sender form.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
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