Exemplo n.º 1
0
        void DeleteData()
        {
            int index = dgv.CurrentCell.RowIndex;

            en.MaGV = dgv.Rows[index].Cells["MaGV"].Value.ToString();

            bus.deletedata(en);
            MessageBox.Show("Đã xóa 1 dòng");
            NapDuLieu();
            XoaForm();
        }