mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Renamed Timer helper class
This commit is contained in:
parent
085a9b6181
commit
a79d26aa43
|
|
@ -15,7 +15,7 @@ using System;
|
||||||
|
|
||||||
namespace MapControl
|
namespace MapControl
|
||||||
{
|
{
|
||||||
internal static class Timer
|
internal static class DispatcherTimerHelper
|
||||||
{
|
{
|
||||||
public static DispatcherTimer CreateTimer(this DependencyObject obj, TimeSpan interval)
|
public static DispatcherTimer CreateTimer(this DependencyObject obj, TimeSpan interval)
|
||||||
{
|
{
|
||||||
|
|
@ -65,6 +65,9 @@
|
||||||
<Compile Include="..\Shared\CenteredBoundingBox.cs">
|
<Compile Include="..\Shared\CenteredBoundingBox.cs">
|
||||||
<Link>CenteredBoundingBox.cs</Link>
|
<Link>CenteredBoundingBox.cs</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="..\Shared\DispatcherTimerHelper.cs">
|
||||||
|
<Link>DispatcherTimerHelper.cs</Link>
|
||||||
|
</Compile>
|
||||||
<Compile Include="..\Shared\EquirectangularProjection.cs">
|
<Compile Include="..\Shared\EquirectangularProjection.cs">
|
||||||
<Link>EquirectangularProjection.cs</Link>
|
<Link>EquirectangularProjection.cs</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
|
@ -179,9 +182,6 @@
|
||||||
<Compile Include="..\Shared\TileSource.cs">
|
<Compile Include="..\Shared\TileSource.cs">
|
||||||
<Link>TileSource.cs</Link>
|
<Link>TileSource.cs</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="..\Shared\Timer.cs">
|
|
||||||
<Link>Timer.cs</Link>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="..\Shared\TransverseMercatorProjection.cs">
|
<Compile Include="..\Shared\TransverseMercatorProjection.cs">
|
||||||
<Link>TransverseMercatorProjection.cs</Link>
|
<Link>TransverseMercatorProjection.cs</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue