C# Класс ARCed.Controls.EfficiencySlot

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

Private Properties

Свойство Тип Описание
InitializeComponent void
RefreshItems void
domainUpDown_SelectedItemChanged void

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

Метод Описание
EfficiencySlot ( string label, IEnumerable items, Color colors ) : System

Default constructor.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RefreshItems ( ) : void
domainUpDown_SelectedItemChanged ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

EfficiencySlot() публичный метод

Default constructor.
public EfficiencySlot ( string label, IEnumerable items, Color colors ) : System
label string Label applied to the slot
items IEnumerable Values that can be selected
colors Color Text colors used for corresponding values
Результат System