Version 6.1: Completed WinUI support

This commit is contained in:
Clemens 2021-10-17 12:46:05 +02:00
parent 046f40a859
commit 19d1b8f479
35 changed files with 218 additions and 61 deletions

View file

@ -3,7 +3,9 @@
// Licensed under the Microsoft Public License (Ms-PL)
using System.Threading.Tasks;
#if WINDOWS_UWP
#if WINUI
using Microsoft.UI.Xaml;
#elif WINDOWS_UWP
using Windows.UI.Xaml;
#else
using System.Windows;