Conditional usings

This commit is contained in:
ClemensFischer 2024-05-22 11:25:32 +02:00
parent 93b58fa01e
commit eb990ab9ee
74 changed files with 354 additions and 364 deletions

View file

@ -7,12 +7,12 @@ using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Xml.Linq;
#if WINUI
using Microsoft.UI.Xaml;
#if WPF
using System.Windows;
#elif UWP
using Windows.UI.Xaml;
#else
using System.Windows;
#elif WINUI
using Microsoft.UI.Xaml;
#endif
namespace MapControl