コード例 #1
0
        private void button5_Click(object sender, EventArgs e)
        {
            this.Hide();
            StuDetails std1 = new StuDetails();

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

            sd1.ShowDialog();
        }