Modification Titre tournois

Modification WPF (Ctrl +C) + Selection
This commit is contained in:
2019-03-13 22:54:39 +01:00
parent 330746b2c6
commit c23a8244da
5 changed files with 54 additions and 11 deletions

View File

@@ -198,7 +198,7 @@ namespace LaDOSE.DesktopApp.ViewModels
var findUser2 = FindUser(SelectedWpEvent.Id, SelectedGame,true);
findUser.ForEach((e) => this.Players.AddUI(e,()=>NotifyOfPropertyChange(() => this.CanGenerate)));
findUser2.ForEach((e) => this.PlayersOptions.AddUI(e));
findUser2.ForEach((e) => this.PlayersOptions.AddUI(e,null));
}
}