finished the console part

This commit is contained in:
Digi
2025-02-20 06:55:21 +01:00
parent 2134005486
commit 0c13e46d4a
51 changed files with 915 additions and 2 deletions

View File

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