Пример #1
0
        private void lkExoQuestions_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            FormQuestion questions = new FormQuestion();

            questions.Show();
            this.Hide();
        }
Пример #2
0
        private void btnQuestions_Click(object sender, EventArgs e)
        {
            FormQuestion formQuestion = new FormQuestion();

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