private IExternalSource CreateSource(string basedir) { OSDirectorySource osdirsrc = new OSDirectorySource(); osdirsrc.CreateSource(basedir); return(osdirsrc); }
private IExternalSource CreateSource(string basedir) { OSDirectorySource osdirsrc = new OSDirectorySource(); osdirsrc.CreateSource(basedir); return osdirsrc; }