Example #1
0
 public static void CreateAnswerForm()
 {
     theQandAForm.Close();
     theAnswerForm = new AnswerForm();
     theAnswerForm.Show();
 }