Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created September 7, 2019 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/86153a80e6febf8639ea71bd6a4c5419 to your computer and use it in GitHub Desktop.
Save IntegerMan/86153a80e6febf8639ea71bd6a4c5419 to your computer and use it in GitHub Desktop.
bool allowClipboardUse = true;
#if SILVERLIGHT
allowClipboardUse = false; // Browser security is fun
// Also, probably weeping and switching to Angular
#end if
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment