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,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace ValasztasGUI
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}