C# Class ToDo.Ui.ControlExtensions

Show file Open project: jthigpen/winforms-mvp

Public Methods

Method Description
ThreadSafeInvoke ( this control, System.Action methodcall ) : void

Method Details

ThreadSafeInvoke() public static method

public static ThreadSafeInvoke ( this control, System.Action methodcall ) : void
control this
methodcall System.Action
return void