Exemple #1
0
 private void BtVoirCom_Click(object sender, EventArgs e)
 {
     dgvCom.DataSource = DAL.GetCom(tbComId.Text);
 }