public TestLogic2() { random = new Random(DateTime.Now.Millisecond); HardCodedQuestions hcq = new HardCodedQuestions(); questions = hcq.GetQuestions(); }
public TestLogic1() { // Obtain questions from data access layer HardCodedQuestions hcq = new HardCodedQuestions(); questions = hcq.GetQuestions(); }