private void lecturerButton_Click(object sender, EventArgs e) { LecturerForm f3 = new LecturerForm(); f3.Show(); this.Hide(); }
private void button5_Click(object sender, EventArgs e) { LecturerForm lecturerForm = new LecturerForm(); lecturerForm.Show(); this.Hide(); }