Daten werden nun geladen

This commit is contained in:
HuskyTeufel
2021-05-05 13:32:46 +02:00
parent af01e537cf
commit 5d89391e93
20 changed files with 236 additions and 170 deletions

View File

@@ -6,13 +6,12 @@ using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace GuiWPF
namespace WPF
{
/// <summary>
/// Interaction logic for App.xaml
/// Interaktionslogik für "App.xaml"
/// </summary>
public partial class App : Application
{
}
}