XAML-Map-Control/TestApplication/App.xaml.cs
2012-05-04 12:52:20 +02:00

9 lines
113 B
C#

using System.Windows;
namespace MapControlTestApp
{
public partial class App : Application
{
}
}