Ejemplo n.º 1
0
 public GcsDeleteFileOperation(GcsItemRef gcsItem)
 {
     GcsItem = gcsItem;
 }
Ejemplo n.º 2
0
 public GcsFileTransferOperation(string localPath, GcsItemRef gcsItem)
 {
     LocalPath = localPath;
     GcsItem   = gcsItem;
 }