Wpf System test

This commit is contained in:
Troispoils 2024-03-06 17:19:53 +01:00
parent af9c782c1e
commit 9ad4bc1c69
17 changed files with 746 additions and 12 deletions

9
WpfMapView2D/App.xaml Normal file
View file

@ -0,0 +1,9 @@
<Application x:Class="WpfMapView2D.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WpfMapView2D"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>