示例#1
0
 public Test load(int testId, bool loadAllQuestions, bool loadOnlyTestNames)
 {
     return(testloader.load(testId, loadAllQuestions, loadOnlyTestNames));
 }