Created
May 10, 2022 01:50
-
-
Save rdelrosario/86a9229586114503f2e914d9ce9a37c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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