Ejemplo n.º 1
0
 public NoteInfo GetNote(int noteID)
 {
     assertConnected();
     try
     {
         return(wsClient.GetNote(accessToken(), noteID));
     }
     catch (Exception ex)
     {
         throw TranslateException(ex);
     }
 }