Skip to content

Instantly share code, notes, and snippets.

@Cynede
Created November 9, 2012 09:58
Show Gist options
  • Save Cynede/4044941 to your computer and use it in GitHub Desktop.
Save Cynede/4044941 to your computer and use it in GitHub Desktop.
public void Invoker(object sender, EventArgs e) {
this.Invoke(new MethodInvoker(delegate(){
this.ProcessData(null, null);
}));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment