Exemplo n.º 1
0
    //when the quiz button is pressed
    public void LoadQuiz()
    {
        //Trim away the "Intro" characters of the file name
        string temp = fileName.Substring(0, fileName.Length - 6);

        gcss.LoadConceptQuestions(temp);
    }