Пример #1
0
        public List <string> GetAllChildrenDirectories(string path)
        {
            Overheads overheads = new Overheads();

            return(overheads.GetAllChildrenDirectories(path));
        }
Пример #2
0
        public List <string> GetAllDrivesOnTheServer()
        {
            Overheads overheads = new Overheads();

            return(overheads.GetAllDriveLetters());
        }