コード例 #1
0
        private void buttonBack_Click(object sender, EventArgs e)
        {
            authorizationTeacher authorizationTeacher = new authorizationTeacher();

            this.Hide();
            authorizationTeacher.Show();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: IvanXBet/PPP_MyTest
        private void buttonWorkWithText_Click(object sender, EventArgs e)
        {
            authorizationTeacher authorizationTeacher = new authorizationTeacher();

            authorizationTeacher.Show();
        }