예제 #1
0
        private void buttonBack_Click(object sender, EventArgs e)
        {
            authorizationTeacher authorizationTeacher = new authorizationTeacher();

            this.Hide();
            authorizationTeacher.Show();
        }
예제 #2
0
        private void buttonWorkWithText_Click(object sender, EventArgs e)
        {
            authorizationTeacher authorizationTeacher = new authorizationTeacher();

            authorizationTeacher.Show();
        }