public void SaveStudent(CurrentStudent s) { // save "name-id.txt" // save "name-id.jpg" // save name:id:year:other:attendance:profile }
public void NewProfile(CurrentStudent s) { // selects from faces generated from class // todo }
public void LoadStudent(CurrentStudent l) { // load "name-id.txt" // load "name-id.jpg" // load name:id:year:other:attendance:profile }