Update GeoImage.WinUI.cs

This commit is contained in:
Clemens 2022-01-16 23:27:41 +01:00
parent 3cc9464aa8
commit 6741e01af6

View file

@ -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