Exemplo n.º 1
0
        private void btnRegistration_Click(object sender, EventArgs e)
        {
            frmRegistration fr = new frmRegistration();

            fr.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void registrationToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmRegistration freg = new frmRegistration();

            freg.MdiParent = this;
            freg.Show();
        }