C# Class GUI.ExcelImport.Frm_ExcelImport

Show file Open project: ERTMSSolutions/ERTMSFormalSpecs

Public Methods

Method Description
DisableForStepImportation ( ) : void

Disables all the checkboxes.

Frm_ExcelImport ( Dictionary aDictionary ) : System

Constructor

Frm_ExcelImport ( Step aStep ) : System

Private Methods

Method Description
Btn_Import_Click ( object sender, EventArgs e ) : void

Launches the command of importing excel file

Btn_SelectFile_Click ( object sender, EventArgs e ) : void

Allows to select the excel file

CB_Select_CheckedChanged ( object sender, EventArgs e ) : void
SpecialBrakeImportModeEnumFromString ( ) : Importer.ExcelImporter.SpecialBrakeImportModeEnum

Converts the string value received from the special brake import mode combobox to an enum

baseEditorTextBox1_Load ( object sender, EventArgs e ) : void

Method Details

DisableForStepImportation() public method

Disables all the checkboxes.
public DisableForStepImportation ( ) : void
return void

Frm_ExcelImport() public method

Constructor
public Frm_ExcelImport ( Dictionary aDictionary ) : System
aDictionary Dictionary
return System

Frm_ExcelImport() public method

public Frm_ExcelImport ( Step aStep ) : System
aStep Step
return System