Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created June 22, 2014 07:42
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 wtuts/9587214eb566a22b277f to your computer and use it in GitHub Desktop.
Save wtuts/9587214eb566a22b277f to your computer and use it in GitHub Desktop.
code for app lauching event handler
AppSettings.ISADBLOCKERACTIVE = Windows.ApplicationModel.Store.CurrentApp.LicenseInformation.ProductLicenses["AdBlocker"].IsActive;
AppSettings.DISPLAYADS = !AppSettings.ISADBLOCKERACTIVE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment