Esempio n. 1
0
        public LibraryFile(IGroup group, string path, IIndexProviderFactory factory)
        {
            Group = group;
            Name  = Path.GetFileName(path);

            fileIndex = factory.Create(this);
        }