Ejemplo n.º 1
0
        private void btnStudent_Click(object sender, EventArgs e)
        {
            StudentLogin sl = new StudentLogin();

            sl.Visible = true;
            this.Hide();
        }
        private void studenLoginToolStripMenuItem_Click(object sender, EventArgs e)
        {
            StudentLogin logout = new StudentLogin();

            logout.Visible = true;
            this.Hide();
        }