Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

15 lines
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>