Example #1
0
 /// <summary>
 /// reads the snapshots from file
 /// </summary>
 /// <param name="setup"></param>
 /// <returns></returns>
 public SnapshotCollection Read(SnapshotSetup setup)
 {
     return(_snapshotReader.Read(setup));
 }