XAML-Map-Control/SampleApps/WpfCoreApp/App.xaml.cs
2019-09-27 22:13:10 +02:00

9 lines
110 B
C#

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