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