Exemplo n.º 1
0
 private void DownloadPressed()
 {
     questionsId.text = questionsIdInput.text + ". Please wait a second...";
     fc.GetQuestions(questionsIdInput.text);
 }