private void rbnAddStudent_Click(object sender, EventArgs e) { StudentAdd studentadd = new StudentAdd(); studentadd.Show(); }
private void ribbonButton2_Click(object sender, EventArgs e) { StudentAdd studentAdd = new StudentAdd(); studentAdd.Show(); }