Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created September 7, 2019 17:08
Embed
What would you like to do?
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