Initial commit

This commit is contained in:
Jakob 2018-07-02 20:11:45 +02:00
parent 5bc6a62673
commit be02e74725
13 changed files with 858 additions and 0 deletions

16
h-encore-auto/App.xaml.cs Normal file
View file

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