Files
MainSoftware/GuiWPF/HomePage.cs
2021-05-05 13:40:42 +02:00

14 lines
225 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GuiWPF
{
public class HomePage
{
public string PageTitle { get; set; }
}
}