Ejemplo n.º 1
0
 public override void copyToGuest(string dstpath, string srcpath, cancellableDateTime deadline = null)
 {
     if (_executor == null)
     {
         throw new NotSupportedException();
     }
     _executor.copyToGuest(dstpath, srcpath, deadline);
 }
Ejemplo n.º 2
0
 private void _copyToGuest(string dstpath, string srcpath)
 {
     executor.copyToGuest(dstpath, srcpath);
 }