Renamed Timer helper class

This commit is contained in:
ClemensFischer 2025-02-18 21:15:26 +01:00
parent 085a9b6181
commit a79d26aa43
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -65,6 +65,9 @@
<Compile Include="..\Shared\CenteredBoundingBox.cs">
<Link>CenteredBoundingBox.cs</Link>
</Compile>
<Compile Include="..\Shared\DispatcherTimerHelper.cs">
<Link>DispatcherTimerHelper.cs</Link>
</Compile>
<Compile Include="..\Shared\EquirectangularProjection.cs">
<Link>EquirectangularProjection.cs</Link>
</Compile>
@ -179,9 +182,6 @@
<Compile Include="..\Shared\TileSource.cs">
<Link>TileSource.cs</Link>
</Compile>
<Compile Include="..\Shared\Timer.cs">
<Link>Timer.cs</Link>
</Compile>
<Compile Include="..\Shared\TransverseMercatorProjection.cs">
<Link>TransverseMercatorProjection.cs</Link>
</Compile>