mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
9 lines
113 B
C#
9 lines
113 B
C#
using System.Windows;
|
|
|
|
namespace MapControlTestApp
|
|
{
|
|
public partial class App : Application
|
|
{
|
|
}
|
|
}
|