Ejemplo n.º 1
0
 public DirectoryDeleter(DirectoryMirrorer detector)
 {
     _detector        = detector;
     _stack           = new List <DirectoryInfo>();
     _operationsStack = new List <FileSystemOperation>();
 }
Ejemplo n.º 2
0
 public DirectoryCopier(DirectoryMirrorer detector)
 {
     _detector = detector;
     _stack    = new List <DirectoryInfo>();
 }