C# Class EAImvertor.ImvertorStartJobForm

Description of ImvertorStartJobForm.
Inheritance: System.Windows.Forms.Form
显示文件 Open project: GeertBellekens/Enterprise-Architect-Toolpack

Public Methods

Method Description
ImvertorStartJobForm ( EAImvertorJobSettings settings ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

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

Method Details

Dispose() protected method

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ImvertorStartJobForm() public method

public ImvertorStartJobForm ( EAImvertorJobSettings settings ) : System
settings EAImvertorJobSettings
return System