/// <summary> /// Checks if the user is subscribed to the current board /// </summary> private void updateSubscribed() { subscribed = trello.GetSubscribed(boards[selectedBoard].id); }