mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update GeoImage.WinUI.cs
This commit is contained in:
parent
3cc9464aa8
commit
6741e01af6
|
|
@ -5,13 +5,12 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
using Windows.Storage;
|
||||
using System.Collections.Generic;
|
||||
#if WINUI
|
||||
using Windows.Graphics.Imaging;
|
||||
using Windows.Storage;
|
||||
#if WINUI
|
||||
using Microsoft.UI.Xaml.Media.Imaging;
|
||||
#else
|
||||
using Windows.Graphics.Imaging;
|
||||
using Windows.UI.Xaml.Media.Imaging;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue