mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
7 lines
96 B
C#
7 lines
96 B
C#
using System.Windows;
|
|
|
|
namespace ProjectionDemo;
|
|
|
|
public partial class App : Application
|
|
{
|
|
}
|