Cleanup of global usings

This commit is contained in:
ClemensFischer 2025-08-19 19:43:02 +02:00
parent 0a427a90de
commit 81eabef257
57 changed files with 207 additions and 54 deletions

View file

@ -7,6 +7,8 @@ using System.Windows.Data;
using Windows.UI.Xaml.Data;
#elif WINUI
using Microsoft.UI.Xaml.Data;
#elif AVALONIA
using Avalonia.Data.Converters;
#endif
#if UWP || WINUI
using ConverterCulture = System.String;