C# Class ToDo.Ui.ControlExtensions

Afficher le fichier Open project: jthigpen/winforms-mvp

Méthodes publiques

Méthode Description
ThreadSafeInvoke ( this control, System.Action methodcall ) : void

Method Details

ThreadSafeInvoke() public static méthode

public static ThreadSafeInvoke ( this control, System.Action methodcall ) : void
control this
methodcall System.Action
Résultat void