Beispiel #1
0
        private void facultyButton_Click(object sender, EventArgs e)
        {
            FacultyForm f2 = new FacultyForm();

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

            f1.Show();
            this.Hide();
        }