Пример #1
0
        void DeleteHocSinh()
        {
            HOCSINHBUS bus = new HOCSINHBUS();

            bus.DeleteHocSinh(txtMaHocSinh.Text);
            MessageBox.Show("Xóa thành công!", "Thông báo", MessageBoxButtons.OK, MessageBoxIcon.Information);
        }