示例#1
0
 public Album[] GetAlbums()
 {
     try {
         return(SmugMugProxy.GetAlbums(credentials.SessionID));
     }
     catch (Exception ex) {
         throw new SmugMugException("Could not get albums", ex.InnerException);
     }
 }