示例#1
0
 public static void ShowQuestion(string[] displayText)
 {
     Instance.DoShow(displayText[0]);
     Instance.ShowAnswers(displayText);
 }