private void button5_Click(object sender, EventArgs e)
        {
            this.Hide();
            StuDetails std1 = new StuDetails();

            std1.ShowDialog();
        }
Exemple #2
0
        private void studentBtn_Click(object sender, EventArgs e)
        {
            this.Hide();
            StuDetails sd1 = new StuDetails();

            sd1.ShowDialog();
        }