public FirefoxDownloadHistoryAnalyzer(string location) { client = new SQLite.Client(location); this.location = location; Console.WriteLine("FF DOWNLOADS location:" + location); }
public FirefoxBrowserHistoryAnalyzer(string location) { client = new SQLite.Client(location); this.location = location; }
public FirefoxCookiesAnalyzer(string location) { client = new SQLite.Client(location); this.location = location; }
public FirefoxAutofillAnalyzer(string location) { client = new SQLite.Client(location); this.location = location; }
public ChromeSearchHistoryAnalyzer(string location) { client = new SQLite.Client(location); this.location = location; }
public ChromePasswordsAnalyzer(string location) { client = new SQLite.Client(location); this.location = location; }