Example #1
0
 public DirectoryBrowser(string mappedPhotosDbPath, string path)
 {
     this._path = path;
     this.token = new SessionToken(mappedPhotosDbPath, this.OpenDatabaseConnection(mappedPhotosDbPath));
 }