submit Add and Edit Command

This commit is contained in:
Natlinux81
2022-08-16 00:50:33 +02:00
parent cf8e7356e2
commit a72edbbafd
8 changed files with 96 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ namespace Apollon.WPF
{
private readonly ModalNavigationStore _modalNavigationStore;
private readonly SelectedTournamentStore _selectedTournamentStore;
private readonly Tournament _tournament;
//private readonly Tournament _tournament;
public App()
{
@@ -27,7 +27,7 @@ namespace Apollon.WPF
}
protected override void OnStartup(StartupEventArgs e)
{
OverviewViewModel overviewViewModel = new OverviewViewModel(_selectedTournamentStore, _modalNavigationStore, _tournament);
OverviewViewModel overviewViewModel = new OverviewViewModel(_selectedTournamentStore, _modalNavigationStore);
MainWindow = new MainWindow()
{