Crossplatform App der Caritas (Versuch).
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112
  1. <forms:WindowsPage
  2. x:Class="CaritasApp.UWP.MainPage"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:forms="using:Xamarin.Forms.Platform.UWP"
  5. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  6. xmlns:local="using:CaritasApp.UWP"
  7. Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
  8. <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
  9. </Grid>
  10. </forms:WindowsPage>