Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created May 10, 2022 01:50
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 rdelrosario/86a9229586114503f2e914d9ce9a37c6 to your computer and use it in GitHub Desktop.
Save rdelrosario/86a9229586114503f2e914d9ce9a37c6 to your computer and use it in GitHub Desktop.
public partial class AdvertisingPage : StartupPage
{
public AdvertisingPage()
{
InitializeComponent();
}
protected override Task<bool> CanRunAsync() => Task.FromResult(App.VersionType == VersionType.Free);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment