XAML-Map-Control/TestApplication/App.xaml.cs

9 lines
113 B
C#
Raw Normal View History

2012-05-04 12:52:20 +02:00
using System.Windows;
namespace MapControlTestApp
{
public partial class App : Application
{
}
}