Пример #1
0
 /// <summary>
 /// Checks if the user is subscribed to the current board
 /// </summary>
 private void updateSubscribed()
 {
     subscribed = trello.GetSubscribed(boards[selectedBoard].id);
 }