Add project files.

This commit is contained in:
2021-01-30 15:33:24 +01:00
parent 54c3c4aa23
commit 295f63669d
7 changed files with 110 additions and 0 deletions

17
EveCalc.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 EveCalc.UI
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}