SelectedTournamentStore

This commit is contained in:
Natlinux81
2022-08-11 20:14:43 +02:00
parent e9b04dbe89
commit 960cf715ef
10 changed files with 93 additions and 38 deletions

View File

@@ -14,7 +14,8 @@ namespace Apollon.WPF.ViewModels
public ApollonOverviewListingItemViewModel(string tournamentname)
{
Tournamentname = tournamentname;
Tournamentname = tournamentname;
}
}
}