XAML-Map-Control/SampleApps/WpfApplication/App.xaml.cs

9 lines
110 B
C#
Raw Normal View History

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