Ejemplo n.º 1
0
 private void LoadPlayerByClub(int clubID)
 {
     cboPlayer.ItemsSource       = PlayerDAO.GetPlayerByClubID(clubID);
     cboPlayer.DisplayMemberPath = "Name";
 }