private void facultyButton_Click(object sender, EventArgs e) { FacultyForm f2 = new FacultyForm(); f2.Show(); this.Hide(); }
private void button1_Click(object sender, EventArgs e) { FacultyForm f1 = new FacultyForm(); f1.Show(); this.Hide(); }