示例#1
0
文件: UI.cs 项目: zeysim/odev2
        private void facultyButton_Click(object sender, EventArgs e)
        {
            FacultyForm f2 = new FacultyForm();

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

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