C# Класс EAImvertor.ImvertorStartJobForm

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

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

Метод Описание
ImvertorStartJobForm ( EAImvertorJobSettings settings ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Приватные методы

Метод Описание
BrowseDefaultHistoryFileButtonClick ( object sender, EventArgs e ) : void
BrowseDefaultPropertiesFileButtonClick ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

OkButtonClick ( object sender, EventArgs e ) : void
loadData ( ) : void

load the data from the settings to the form

saveChanges ( ) : void

save the data from the form to the settings

Описание методов

Dispose() защищенный Метод

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ImvertorStartJobForm() публичный Метод

public ImvertorStartJobForm ( EAImvertorJobSettings settings ) : System
settings EAImvertorJobSettings
Результат System