From 96557a9200ac0032e324d5a88ecf1949ce58c87c Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Wed, 22 May 2024 11:48:55 +0200 Subject: [PATCH] Update WmtsTileLayer.cs --- MapControl/Shared/WmtsTileLayer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/Shared/WmtsTileLayer.cs b/MapControl/Shared/WmtsTileLayer.cs index 6e8f8ad0..02883f01 100644 --- a/MapControl/Shared/WmtsTileLayer.cs +++ b/MapControl/Shared/WmtsTileLayer.cs @@ -2,7 +2,6 @@ // Copyright © 2024 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) -using Avalonia.Interactivity; using System; using System.Collections.Generic; using System.Diagnostics; @@ -17,6 +16,7 @@ using Windows.UI.Xaml; using Windows.Foundation; using Microsoft.UI.Xaml; #elif AVALONIA +using Avalonia.Interactivity; using DependencyProperty = Avalonia.AvaloniaProperty; #endif