示例#1
0
        private void thêmNhàXuấtBảnToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            frmThemNXB a = new frmThemNXB();

            a.MdiParent = this;
            a.Show();
        }
示例#2
0
        private void thêmNhàXuấtBảnToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            Form nxb = new frmThemNXB();

            nxb.MdiParent = this;
            nxb.Show();
        }
示例#3
0
        private void button3_Click(object sender, EventArgs e)
        {
            Form a = new frmThemNXB();

            a.Show();
        }