Exemplo n.º 1
0
 public static List<IdScoreType> ReadScoreSheet(string filePath)
 {
     scoreXML = new XMLAssistant(filePath, XMLType.StudentScore, null);
     return scoreXML.GetPaper();
 }
Exemplo n.º 2
0
 public static List<IdScoreType> ReadPaper(string filePath)
 {
     paperXML = new XMLAssistant(filePath, XMLType.Paper, null);
     return paperXML.GetPaper();
 }