Skip to content

Instantly share code, notes, and snippets.

@shah0150
Created September 6, 2017 21:20
Show Gist options
  • Select an option

  • Save shah0150/4314c6bd320692b90a48e6ec2a7dc684 to your computer and use it in GitHub Desktop.

Select an option

Save shah0150/4314c6bd320692b90a48e6ec2a7dc684 to your computer and use it in GitHub Desktop.
thumpsUp.Triggered += (sender, args) =>
{
Dispatcher.Invoke(() => Cheers.Text = "Good Job, Project Prague");
};
fist.Triggered += (sender, args) =>
{
Dispatcher.Invoke(() => Cheers.Text = "Show");
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment