Ejemplo n.º 1
0
        private void thêmHồSơToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ThongTinHoSo f = new ThongTinHoSo();

            f.MdiParent = this;
            f.Show();
        }
Ejemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            ThongTinHoSo f = new ThongTinHoSo();

            f.maHoSo    = dataGridView1.CurrentRow.Cells["iMaHoSo"].Value.ToString();
            f.MdiParent = this.MdiParent;
            f.Show();
            this.Hide();
        }