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