/// <summary> /// Repository class constructor. /// </summary> public Firefox() : base("Firefox", "", null, 30000, false, "76c841d7-0ac5-4985-b102-a45cc6bbeb68", "./RepositoryImages\\Firefox76c841d7.rximgres") { _form = new FirefoxFolders.FormAppFolder(this); _dom = new FirefoxFolders.DOMAppFolder(this); }