C# Class GUI.ExcelImport.Frm_ExcelImport

Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs

Méthodes publiques

Méthode Description
DisableForStepImportation ( ) : void

Disables all the checkboxes.

Frm_ExcelImport ( Dictionary aDictionary ) : System

Constructor

Frm_ExcelImport ( Step aStep ) : System

Private Methods

Méthode 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 méthode

Disables all the checkboxes.
public DisableForStepImportation ( ) : void
Résultat void

Frm_ExcelImport() public méthode

Constructor
public Frm_ExcelImport ( Dictionary aDictionary ) : System
aDictionary Dictionary
Résultat System

Frm_ExcelImport() public méthode

public Frm_ExcelImport ( Step aStep ) : System
aStep Step
Résultat System