Ejemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            studentForm j = new studentForm(loginlogin);

            this.Hide();
            j.ShowDialog();
            this.Close();
        }
Ejemplo n.º 2
0
        private void studentToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            studentForm studnet = new studentForm();

            studnet.ShowDialog();
        }