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