Encode repas all work !

This commit is contained in:
adri
2019-01-25 14:20:43 +01:00
parent ceffc1446e
commit 589d08fc30
3 changed files with 12 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ namespace ProjetTheAlone.ViewModel
cConfirmer = new BaseCommande(Confirmer);
cSupprimer = new BaseCommande(Supprimer);
cSupprimer = new BaseCommande(calendar_SelectedDatesChanged);
DateSelection = DateTime.Now.AddDays(7);
DateSelection = DateTime.Now;
BcpPlats = ChargerRepa(chConnexion);
BcpPLatJourSelectionne = ChargerRepa(chConnexion, DateSelection);
base.PropertyChanged += new System.ComponentModel.PropertyChangedEventHandler(onPropertyChanged);