public FileEntry(TaxonomyLib.File file, string path, Taxonomy taxonomy) { this.file = file; Path = path; IsDirectory = Directory.Exists(path); this.taxonomy = new WeakReference <Taxonomy>(taxonomy); }
public FileEntry(TaxonomyLib.File file, string path, Taxonomy taxonomy) { this.file = file; Path = path; this.taxonomy = new WeakReference <Taxonomy>(taxonomy); }