DatePicker implemented

This commit is contained in:
Natlinux81
2022-08-17 18:29:51 +02:00
parent b10a792aad
commit 6cf060628f
10 changed files with 56 additions and 65 deletions

View File

@@ -12,7 +12,7 @@ namespace Apollon.WPF.ViewModels
{
public Tournament Tournament { get;}
public string Tournamentname => Tournament.Tournamentname;
public string TournamentName => Tournament.TournamentName;
public string Location => Tournament.Location;
public ICommand DeleteCommand { get; }