private void helpButton_Click(object sender, EventArgs e) { var helpForm = new HelpForm("HelpCreateQuiz.txt"); helpForm.Show(); }