Beispiel #1
0
 // Return a dictionary of all studies stored in the File folder
 public Dictionary <string, Study> GetAll()
 {
     return(_fileLoader.LoadStudies(fileRoot));
 }