ready for database

This commit is contained in:
Natlinux81
2022-08-20 01:41:56 +02:00
parent fcd1d90292
commit 68f0cec9d0
28 changed files with 356 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
using Apollon.WPF.Commands;
using Apollon.WPF.Models;
using Apollon.Domain.Models;
using Apollon.WPF.Stores;
using System;
using System.Collections.Generic;

View File

@@ -1,4 +1,4 @@
using Apollon.WPF.Models;
using Apollon.Domain.Models;
using Apollon.WPF.Stores;
using System;
using System.Collections.Generic;
@@ -40,7 +40,7 @@ namespace Apollon.WPF.ViewModels
private void SelectedTournamentStore_SelectedTournamentChanged()
{
//OnPropertyChanged(nameof(HasSelectedTournament));
OnPropertyChanged(nameof(HasSelectedTournament));
OnPropertyChanged(nameof(Organisation));
OnPropertyChanged(nameof(TournamentName));
OnPropertyChanged(nameof(Competition));

View File

@@ -1,5 +1,5 @@
using Apollon.WPF.Commands;
using Apollon.WPF.Models;
using Apollon.Domain.Models;
using Apollon.WPF.Stores;
using System;
using System.Collections.Generic;

View File

@@ -1,5 +1,5 @@
using Apollon.WPF.Commands;
using Apollon.WPF.Models;
using Apollon.Domain.Models;
using Apollon.WPF.Stores;
using System;
using System.Collections.Generic;

View File

@@ -1,5 +1,5 @@
using Apollon.WPF.Commands;
using Apollon.WPF.Models;
using Apollon.Domain.Models;
using Apollon.WPF.Stores;
using System;
using System.Collections.Generic;