clean up a bit

This commit is contained in:
Natlinux81
2022-08-17 01:36:42 +02:00
parent 4531f31658
commit b10a792aad
15 changed files with 80 additions and 56 deletions

View File

@@ -13,6 +13,7 @@ namespace Apollon.WPF.ViewModels
public Tournament Tournament { get;}
public string Tournamentname => Tournament.Tournamentname;
public string Location => Tournament.Location;
public ICommand DeleteCommand { get; }
public OverviewListingItemViewModel(Tournament tournament)