C# 클래스 GUI.ExcelImport.Frm_ExcelImport

파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

공개 메소드들

메소드 설명
DisableForStepImportation ( ) : void

Disables all the checkboxes.

Frm_ExcelImport ( Dictionary aDictionary ) : System

Constructor

Frm_ExcelImport ( Step aStep ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

DisableForStepImportation() 공개 메소드

Disables all the checkboxes.
public DisableForStepImportation ( ) : void
리턴 void

Frm_ExcelImport() 공개 메소드

Constructor
public Frm_ExcelImport ( Dictionary aDictionary ) : System
aDictionary Dictionary
리턴 System

Frm_ExcelImport() 공개 메소드

public Frm_ExcelImport ( Step aStep ) : System
aStep Step
리턴 System