Create a LicenseService to handle in-app purchases

This commit is contained in:
BONNEVILLE Geoffroy
2017-12-07 18:49:03 +01:00
parent a86dbf9dac
commit e25f9f4aae
7 changed files with 179 additions and 1 deletions

View File

@@ -8,7 +8,10 @@
<StackPanel Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<TextBlock x:Uid="DonateDesc" />
<RadioButton GroupName="DonateOptions" />
<RadioButton GroupName="DonateOptions" Content="1" />
<RadioButton GroupName="DonateOptions" Content="5" />
<RadioButton GroupName="DonateOptions" Content="10" />
<RadioButton GroupName="DonateOptions" Content="20" />
<Button x:Uid="DonateButton" />
</StackPanel>
</Page>