Created
August 9, 2018 06:38
-
-
Save grokys/bd6c76f8ba25a96ba24b0d4768b4d2f8 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
| Clipboard.SetText(link); | |
| var ns = ServiceProvider.TryGetService<IStatusBarNotificationService>(); | |
| ns?.ShowMessage(Resources.LinkCopiedToClipboardMessage); | |
| await UsageTracker.IncrementCounter(x => x.NumberOfLinkToGitHub); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment