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