C# Class DroidExplorer.Core.UI.DroidExplorerCoreUIExtensions

Show file Open project: camalot/droidexplorer

Public Methods

Method Description
BeginInvoke ( this control, System.Action action ) : void
Invoke ( this control, System.Action action ) : object

Method Details

BeginInvoke() public static method

public static BeginInvoke ( this control, System.Action action ) : void
control this
action System.Action
return void

Invoke() public static method

public static Invoke ( this control, System.Action action ) : object
control this
action System.Action
return object