示例#1
0
 private void btnXoaSV_Click(object sender, EventArgs e)
 {
     duLieu.maSV = tbMaSV.Text;
     xuLyDuLieu.SinhVien_Delete(duLieu);
     tbMaLop.ReadOnly = true;
     MessageBox.Show("Xoá sv thành công");
     btnThemSV.Enabled = true;
     loadGVSV();
 }