C# Класс CNCGUI.ValueUnitControl

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

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

Метод Описание
Clear ( ) : void
Set ( FloatUnit value ) : void
Set ( IntegerUnit value ) : void
ValueUnitControl ( ) : System

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

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

ValueUnitControl_Enter ( object sender, EventArgs e ) : void
ValueUnitControl_Leave ( object sender, EventArgs e ) : void

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

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

public Clear ( ) : 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

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

public Set ( FloatUnit value ) : void
value FloatUnit
Результат void

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

public Set ( IntegerUnit value ) : void
value IntegerUnit
Результат void

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

public ValueUnitControl ( ) : System
Результат System