WPF hinzugefügt

This commit is contained in:
Husky
2021-02-26 18:31:57 +01:00
parent 6761b17f4d
commit 746353e54e
34 changed files with 1261 additions and 37 deletions

9
GuiWPF/App.xaml Normal file
View File

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