private void lkExoQuestions_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { FormQuestion questions = new FormQuestion(); questions.Show(); this.Hide(); }
private void btnQuestions_Click(object sender, EventArgs e) { FormQuestion formQuestion = new FormQuestion(); formQuestion.Show(); this.Hide(); }