C# Класс ATMLCommonLibrary.controls.resource.ResourcePortSelectionForm

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ResourcePortSelectionForm ( Port sourcePort, InstrumentDescription instrument ) : System

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

Метод Описание
DataToControls ( ) : void
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.

ResourcePortSelectionForm_Resize ( object sender, EventArgs e ) : void
SetListItemCheckState ( Resource resource, Port port, ListViewItem lvi ) : void
btnOk_Click ( object sender, EventArgs e ) : void

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

DataToControls() защищенный Метод

protected DataToControls ( ) : void
Результат 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

ResourcePortSelectionForm() публичный Метод

public ResourcePortSelectionForm ( Port sourcePort, InstrumentDescription instrument ) : System
sourcePort Port
instrument InstrumentDescription
Результат System