XAML-Map-Control/MapControl/TileLayerCollection.cs

13 lines
298 B
C#
Raw Normal View History

2012-05-04 12:52:20 +02:00
// WPF MapControl - http://wpfmapcontrol.codeplex.com/
// Copyright © 2012 Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
2012-04-25 22:02:53 +02:00
using System.Collections.ObjectModel;
namespace MapControl
{
public class TileLayerCollection : ObservableCollection<TileLayer>
{
}
}