C# Класс ATML1671Translator.controls.ControlExtensions

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

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

Метод Описание
UIThread ( this control, System.Action code ) : void
UIThreadInvoke ( this control, System.Action code ) : void

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

UIThread() публичный статический Метод

public static UIThread ( this control, System.Action code ) : void
control this
code System.Action
Результат void

UIThreadInvoke() публичный статический Метод

public static UIThreadInvoke ( this control, System.Action code ) : void
control this
code System.Action
Результат void