Exemplo n.º 1
0
 public bool UploadFileToOysterServer(string sFile,out string EncryptedFileName)
 {
     OCL.Functions F = new Functions();
     return F.UploadFile(sFile,out EncryptedFileName);
 }
Exemplo n.º 2
0
 public bool UploadFileToOysterServer(string sFile)
 {
     OCL.Functions F = new Functions();
     return F.UploadFile(sFile);
 }