Exemple #1
0
 private void LoadData()
 {
     dt = programService.GetAllPrograms();
     dataGridViewControl1.DataSource = dt;
     ProgClear();
 }