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

11
WpfMapView2D/App.xaml.cs Normal file
View file

@ -0,0 +1,11 @@
using System.Configuration;
using System.Data;
using System.Windows;
namespace WpfMapView2D;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application {
}