Esempio 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);
 }
Esempio n. 2
0
 private void _copyToGuest(string dstpath, string srcpath)
 {
     executor.copyToGuest(dstpath, srcpath);
 }