示例#1
0
 public UCTrombi()
 {
     InitializeComponent();
     lbPhotos.DataContext = DAL.GetEmployees();//Pour bien préciser le dataContext qu'on veut pour le contrôle
     //Cà marche aussi sans lbPhotos.
 }