DatePicker implemented

This commit is contained in:
Natlinux81
2022-08-17 18:29:51 +02:00
parent b10a792aad
commit 6cf060628f
10 changed files with 56 additions and 65 deletions

View File

@@ -21,10 +21,10 @@ namespace Apollon.WPF.ViewModels
AddEditDetailsViewModel = new AddEditDetailsViewModel(submitCommand, cancelCommand )
{
Organisation = tournament.Organisation,
Tournamentname = tournament.Tournamentname,
TournamentName = tournament.TournamentName,
Competition = tournament.Competition,
Startdate = tournament.Startdate,
Enddate = tournament.Enddate,
StartDate = tournament.StartDate,
EndDate = tournament.EndDate,
Location = tournament.Location,
Rounds = tournament.Rounds,
};