Add project files.

This commit is contained in:
2021-01-31 13:43:28 +01:00
parent bb35d9f206
commit cc9a2971a0
7 changed files with 110 additions and 0 deletions

17
DroneTest.UI/App.xaml.cs Normal file
View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace DroneTest.UI
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}