mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Extension class naming
This commit is contained in:
parent
68f7dfe0d7
commit
bb95b71407
3 changed files with 4 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ using System;
|
|||
|
||||
namespace MapControl
|
||||
{
|
||||
internal static class DispatcherTimerHelper
|
||||
internal static class DispatcherTimerExtensions
|
||||
{
|
||||
public static DispatcherTimer CreateTimer(this DependencyObject obj, TimeSpan interval)
|
||||
{
|
||||
|
|
@ -235,7 +235,7 @@ namespace MapControl
|
|||
}
|
||||
|
||||
#if NETFRAMEWORK
|
||||
internal static class QueueExt
|
||||
internal static class QueueExtension
|
||||
{
|
||||
public static bool TryDequeue<T>(this Queue<T> queue, out T item) where T : class
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue