Exemplo n.º 1
0
        private IExternalSource CreateSource(string basedir)
        {
            OSDirectorySource osdirsrc = new OSDirectorySource();

            osdirsrc.CreateSource(basedir);
            return(osdirsrc);
        }
Exemplo n.º 2
0
 private IExternalSource CreateSource(string basedir)
 {
     OSDirectorySource osdirsrc = new OSDirectorySource();
     osdirsrc.CreateSource(basedir);
     return osdirsrc;
 }