private _MasterPassword(MfsOperations parent) { _parent = parent; _dbOperations = new MfsDBOperations (_parent._userID, _parent._userSpecificPath); }
private _File(MfsOperations parent) { _parent = parent; _dbOperations = new MfsDBOperations (_parent._userID, _parent._userSpecificPath); }
private void LoadUserValues(string userID, string passwordHash) { Debug.Print ("Loading values for user: "******"Got absolute path for user: "******"Creating DBOperations object."); _dbOperations = new MfsDBOperations (userID, _userSpecificPath); _indexer = new LuceneIndexer (_userSpecificPath + LUCENE_INDEX_PATH); }