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