Skip to content

Instantly share code, notes, and snippets.

@dkalamari
Created May 7, 2013 10:07
Show Gist options
  • Save dkalamari/5531595 to your computer and use it in GitHub Desktop.
Save dkalamari/5531595 to your computer and use it in GitHub Desktop.
Ažuriranje elementa forme iz druge dretve
this.Dispatcher.Invoke((Action)(() =>
{
//Code
}));
//OR
this.Dispatcher.BeginInvoke(new Action(() => {METHOD(ARGS)}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment