mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 07:55:13 +00:00
Cleanup of global usings
This commit is contained in:
parent
0a427a90de
commit
81eabef257
57 changed files with 207 additions and 54 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue