Пример #1
0
 public Attachment GetAttachment(string key)
 {
     return(AsyncHelpers.RunSync(() => asyncServerClient.GetAttachmentAsync(key)));
 }