Aufgabe WPF

This commit is contained in:
2025-06-02 15:30:25 +02:00
parent 86006adb9c
commit 80d64c9574
13 changed files with 257 additions and 3 deletions

8
FahzeugWPF/App.xaml Normal file
View File

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