This repository has been archived on 2025-07-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ZUGABE/h-encore-auto/App.xaml

10 lines
378 B
Text
Raw Normal View History

2018-07-02 20:11:45 +02:00
<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"
2018-07-06 16:29:40 +02:00
StartupUri="AutoMode.xaml">
2018-07-02 20:11:45 +02:00
<Application.Resources>
</Application.Resources>
</Application>