Beispiel #1
0
        private void btnView_Click(object sender, EventArgs e)
        {
            AddLecturerInfoDisplay addLecturerInfoDisplay = new AddLecturerInfoDisplay();

            addLecturerInfoDisplay.ShowDialog();
        }
Beispiel #2
0
        private void textRegisteredLecturer_Click(object sender, EventArgs e)
        {
            AddLecturerInfoDisplay addLecturerInfoDisplay = new AddLecturerInfoDisplay();

            addLecturerInfoDisplay.ShowDialog();
        }