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

9
h-encore-auto/App.xaml Normal file
View file

@ -0,0 +1,9 @@
<Application x:Class="h_encore_auto.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:h_encore_auto"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>