C# Class DroidExplorer.Core.UI.DroidExplorerCoreUIExtensions

Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode Description
BeginInvoke ( this control, System.Action action ) : void
Invoke ( this control, System.Action action ) : object

Method Details

BeginInvoke() public static méthode

public static BeginInvoke ( this control, System.Action action ) : void
control this
action System.Action
Résultat void

Invoke() public static méthode

public static Invoke ( this control, System.Action action ) : object
control this
action System.Action
Résultat object