Wpf System test
This commit is contained in:
parent
af9c782c1e
commit
9ad4bc1c69
17 changed files with 746 additions and 12 deletions
11
WpfMapView2D/App.xaml.cs
Normal file
11
WpfMapView2D/App.xaml.cs
Normal 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 {
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue