Skip to content

Instantly share code, notes, and snippets.

@grokys
Created August 9, 2018 06:38
Show Gist options
  • Select an option

  • Save grokys/bd6c76f8ba25a96ba24b0d4768b4d2f8 to your computer and use it in GitHub Desktop.

Select an option

Save grokys/bd6c76f8ba25a96ba24b0d4768b4d2f8 to your computer and use it in GitHub Desktop.
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