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

8 lines
110 B
C#
Raw Normal View History

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