<?xml version = "1.0" encoding = "UTF-8" ?> <Application xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:Blahblah.FlowerApp" x:Class="Blahblah.FlowerApp.App"> <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="Resources/Styles/Colors.xaml" /> <ResourceDictionary Source="Resources/Styles/Styles.xaml" /> </ResourceDictionary.MergedDictionaries> <local:VisibleIfNotNullConverter x:Key="notNullConverter"/> <local:DateTimeStringConverter x:Key="dateTimeConverter"/> </ResourceDictionary> </Application.Resources> </Application>