C# Class ATML1671Translator.controls.ControlExtensions

Show file Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
UIThread ( this control, System.Action code ) : void
UIThreadInvoke ( this control, System.Action code ) : void

Method Details

UIThread() public static method

public static UIThread ( this control, System.Action code ) : void
control this
code System.Action
return void

UIThreadInvoke() public static method

public static UIThreadInvoke ( this control, System.Action code ) : void
control this
code System.Action
return void