Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Roman-Port/bb2197566265045d82a559158a967533 to your computer and use it in GitHub Desktop.
Save Roman-Port/bb2197566265045d82a559158a967533 to your computer and use it in GitHub Desktop.
.NET Windows Forms Invoke Syntax
Invoke((MethodInvoker)delegate
{
//UI Work goes here
});
//Created because I always forget the syntax for the delegate Invoke wants
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment