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