コード例 #1
0
 public DirectoryDeleter(DirectoryMirrorer detector)
 {
     _detector        = detector;
     _stack           = new List <DirectoryInfo>();
     _operationsStack = new List <FileSystemOperation>();
 }
コード例 #2
0
 public DirectoryCopier(DirectoryMirrorer detector)
 {
     _detector = detector;
     _stack    = new List <DirectoryInfo>();
 }