C# Class PaleTree.Shared.ControlExtension

Afficher le fichier Open project: exectails/PaleTree

Méthodes publiques

Méthode Description
InvokeIfRequired ( this control, MethodInvoker action ) : void

Calls action on control, invokes if required.

Method Details

InvokeIfRequired() public static méthode

Calls action on control, invokes if required.
public static InvokeIfRequired ( this control, MethodInvoker action ) : void
control this
action MethodInvoker
Résultat void