Exemplo n.º 1
0
 public void Modify(FileOperationType operationType, PathWithType source, PathWithType destination)
 {
     OperationType = operationType;
     Source        = source.CreateEnumerable();
     Destination   = destination.CreateEnumerable();
 }
Exemplo n.º 2
0
 public StorageHistory(FileOperationType operationType, PathWithType source, PathWithType destination)
 {
     OperationType = operationType;
     Source        = source.CreateEnumerable();
     Destination   = destination.CreateEnumerable();
 }