Exemplo n.º 1
0
 public void Save()
 {
     XMLReaderStudents.SaveStudents(students);
 }
Exemplo n.º 2
0
 //Runs the GetStudents method from the XMLReader class
 public void Fill()
 {
     students = XMLReaderStudents.GetStudents();
 }