mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Version 6.1: Completed WinUI support
This commit is contained in:
parent
046f40a859
commit
19d1b8f479
35 changed files with 218 additions and 61 deletions
|
|
@ -4,7 +4,9 @@
|
|||
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
#if WINDOWS_UWP
|
||||
#if WINUI
|
||||
using Microsoft.UI.Xaml.Media;
|
||||
#elif WINDOWS_UWP
|
||||
using Windows.UI.Xaml.Media;
|
||||
#else
|
||||
using System.Windows.Media;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue