Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

15 Zeilen
651B

  1. <?xml version = "1.0" encoding = "UTF-8" ?>
  2. <Application xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  4. xmlns:local="clr-namespace:MaUI"
  5. x:Class="MaUI.App">
  6. <Application.Resources>
  7. <ResourceDictionary>
  8. <ResourceDictionary.MergedDictionaries>
  9. <ResourceDictionary Source="Resources/Styles/Colors.xaml" />
  10. <ResourceDictionary Source="Resources/Styles/Styles.xaml" />
  11. </ResourceDictionary.MergedDictionaries>
  12. </ResourceDictionary>
  13. </Application.Resources>
  14. </Application>