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