Created
September 6, 2017 21:20
-
-
Save shah0150/4314c6bd320692b90a48e6ec2a7dc684 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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