Ejemplo n.º 1
0
        private void Student_details_button_Click(object sender, EventArgs e)
        {
            Student_Details s = new Student_Details();

            this.Hide();
            s.tabPage6.Parent      = null;
            s.pass_label.Visible   = false;
            s.Pass_textBox.Visible = false;

            s.Show();
        }
Ejemplo n.º 2
0
        private void studentToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Student_Details s2 = new Student_Details();

            s2.Show();
        }