next Try implement Layout

This commit is contained in:
Natlinux
2023-02-08 20:15:55 +01:00
parent 4ef5f60ca0
commit 7911aa46de
7 changed files with 27 additions and 63 deletions

View File

@@ -52,7 +52,7 @@ namespace Apollon.WPF.ViewModels
OverviewDetailsViewModel = new OverviewDetailsViewModel(selectedTournamentStore ,groupNavigationService);
LoadTournamentsCommand = new LoadTournamentsCommand(this, tournamentStore);
OpenAddTournamentCommand = new OpenAddTournamentCommand(tournamentStore, modalNavigationStore);
OpenAddTournamentCommand = new OpenAddTournamentCommand(tournamentStore, modalNavigationStore, groupNavigationService);
NavigateNameListCommand = new NavigateCommand<NameListViewModel>(NameListNavigationService);
}