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

@@ -1,5 +1,13 @@
namespace GuiWPF {
public class HomePage {
public string PageTitle {get;set;}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WPF
{
public class HomePage
{
public string PageTitle { get; set; }
}
}
}