Exemplo n.º 1
0
        private void Main_trans_assign_Click(object sender, EventArgs e)
        {
            Assignroutetostud ars = new Assignroutetostud();

            ars.MdiParent = this;
            ars.Show();
        }
Exemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            Assignroutetostud art = new Assignroutetostud();

            // art.MdiParent = this;
            art.Show();
        }