Beispiel #1
0
 public GcsDeleteFileOperation(GcsItemRef gcsItem)
 {
     GcsItem = gcsItem;
 }
Beispiel #2
0
 public GcsFileTransferOperation(string localPath, GcsItemRef gcsItem)
 {
     LocalPath = localPath;
     GcsItem   = gcsItem;
 }