C# Class EventAI.ButtonHandler

Создание кнопки для вызова предопределенной формы
Show file Open project: Konctantin/EventAICreator

Private Properties

Property Type Description
CreateButton void
ShowForm void

Public Methods

Method Description
ButtonHandler ( ComboBox combobox, BType btype, ComboBox combobox2 = null, int combobox2Val ) : System

Создает кнопку для поиска значения в какой-то коллекции

ButtonHandler ( ComboBox combobox, Type type, ComboBox combobox2 = null, int combobox2Val ) : System

Создает кнопку для вызова формы подсчета флагов

Private Methods

Method Description
CreateButton ( string text ) : void
ShowForm ( object sender, EventArgs e ) : void

Method Details

ButtonHandler() public method

Создает кнопку для поиска значения в какой-то коллекции
public ButtonHandler ( ComboBox combobox, BType btype, ComboBox combobox2 = null, int combobox2Val ) : System
combobox System.Windows.Forms.ComboBox Елемент возле которого необходимо создать кнопку
btype BType Тип кнопки
combobox2 System.Windows.Forms.ComboBox
combobox2Val int
return System

ButtonHandler() public method

Создает кнопку для вызова формы подсчета флагов
public ButtonHandler ( ComboBox combobox, Type type, ComboBox combobox2 = null, int combobox2Val ) : System
combobox System.Windows.Forms.ComboBox Елемент возле которого необходимо создать кнопку
type System.Type
combobox2 System.Windows.Forms.ComboBox
combobox2Val int
return System