コード例 #1
0
ファイル: DirectoryBrowser.cs プロジェクト: riyuexing/rms
 public DirectoryBrowser(string mappedPhotosDbPath, string path)
 {
     this._path = path;
     this.token = new SessionToken(mappedPhotosDbPath, this.OpenDatabaseConnection(mappedPhotosDbPath));
 }