mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00
Create a LicenseService to handle in-app purchases
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user