Esempio n. 1
0
 private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgs e)
 {
     bt_Sua.Enabled = true;
     if (SP.Check_MaSP(dataGridView1.CurrentRow.Cells[0].Value.ToString()) == 0)
     {
         bt_Xoa.Enabled = true;
     }
     ;
 }