C# Класс GUI.ExcelImport.Frm_ExcelImport

Показать файл Открыть проект

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

Метод Описание
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