Esempio n. 1
0
 public Data()
 {
     reader = new FileReader(this);
     Resources = MakeDictionary();
     StudentIDs = studentIDs;
     reader.PopulateStudentCODictionary(StudentCheckOuts);
     StudentCheckOuts = studentCheckOuts;
     Password = password;
 }