Example #1
0
        private void buttonDSNhanSuDaoTao_Click(object sender, EventArgs e)
        {
            this.Hide();
            DanhSachNVDiDaoTao danhSachNVDiDaoTao = new DanhSachNVDiDaoTao();

            danhSachNVDiDaoTao.FormClosed += DanhSachNVDiDaoTao_FormClosed;
            danhSachNVDiDaoTao.Show();
        }
        private void buttonDSNhanSuDaoTao_Click(object sender, EventArgs e)
        {
            this.Hide();
            DataGridViewCellCollection cell = dataGridViewKhoaHocDaoTao.CurrentRow.Cells;
            DanhSachNVDiDaoTao         danhSachNVDiDaoTao = new DanhSachNVDiDaoTao(cell[0].Value.ToString());

            danhSachNVDiDaoTao.FormClosed += DanhSachNVDiDaoTao_FormClosed;
            danhSachNVDiDaoTao.Show();
        }