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