Initial commit
This commit is contained in:
parent
5bc6a62673
commit
be02e74725
13 changed files with 858 additions and 0 deletions
9
h-encore-auto/App.xaml
Normal file
9
h-encore-auto/App.xaml
Normal 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>
|
Reference in a new issue