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