Esempio n. 1
0
File: UI.cs Progetto: zeysim/odev2
        private void facultyButton_Click(object sender, EventArgs e)
        {
            FacultyForm f2 = new FacultyForm();

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

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