mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
13 lines
298 B
C#
13 lines
298 B
C#
// WPF MapControl - http://wpfmapcontrol.codeplex.com/
|
|
// Copyright © 2012 Clemens Fischer
|
|
// Licensed under the Microsoft Public License (Ms-PL)
|
|
|
|
using System.Collections.ObjectModel;
|
|
|
|
namespace MapControl
|
|
{
|
|
public class TileLayerCollection : ObservableCollection<TileLayer>
|
|
{
|
|
}
|
|
}
|