From a79d26aa430fc499655f05cd4f3c57b138e46cef Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Tue, 18 Feb 2025 21:15:26 +0100 Subject: [PATCH] Renamed Timer helper class --- MapControl/Shared/{Timer.cs => DispatcherTimerHelper.cs} | 2 +- MapControl/UWP/MapControl.UWP.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename MapControl/Shared/{Timer.cs => DispatcherTimerHelper.cs} (95%) diff --git a/MapControl/Shared/Timer.cs b/MapControl/Shared/DispatcherTimerHelper.cs similarity index 95% rename from MapControl/Shared/Timer.cs rename to MapControl/Shared/DispatcherTimerHelper.cs index a9fdaff1..87604a75 100644 --- a/MapControl/Shared/Timer.cs +++ b/MapControl/Shared/DispatcherTimerHelper.cs @@ -15,7 +15,7 @@ using System; namespace MapControl { - internal static class Timer + internal static class DispatcherTimerHelper { public static DispatcherTimer CreateTimer(this DependencyObject obj, TimeSpan interval) { diff --git a/MapControl/UWP/MapControl.UWP.csproj b/MapControl/UWP/MapControl.UWP.csproj index 6ea9729a..7dd2d1f9 100644 --- a/MapControl/UWP/MapControl.UWP.csproj +++ b/MapControl/UWP/MapControl.UWP.csproj @@ -65,6 +65,9 @@ CenteredBoundingBox.cs + + DispatcherTimerHelper.cs + EquirectangularProjection.cs @@ -179,9 +182,6 @@ TileSource.cs - - Timer.cs - TransverseMercatorProjection.cs