コード例 #1
0
        private void Academic_Staff_Event_Management_Click(object sender, EventArgs e)
        {
            this.Close();
            StaffEventDashboard obj = new StaffEventDashboard();

            obj.Show();
        }
コード例 #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            this.Close();
            StaffEventDashboard Sed1 = new StaffEventDashboard();

            Sed1.Show();
        }