Beispiel #1
0
        public TestLogic2()
        {
            random = new Random(DateTime.Now.Millisecond);
            HardCodedQuestions hcq = new HardCodedQuestions();

            questions = hcq.GetQuestions();
        }
Beispiel #2
0
        public TestLogic1()
        {
            // Obtain questions from data access layer
            HardCodedQuestions hcq = new HardCodedQuestions();

            questions = hcq.GetQuestions();
        }