You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
I've tried to copy a card from a list to another using the TrelloNet DLL, but i fink i did not do this in the best way that i can, so i want to know how i can do this?
Obs.: I tried to do this creating a card and simply creating another and attributing he to other card and putting the new card in another list.
Card card1 = new Card("Card1",MyList);
Card card2 = card1;
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried to copy a card from a list to another using the TrelloNet DLL, but i fink i did not do this in the best way that i can, so i want to know how i can do this?
Obs.: I tried to do this creating a card and simply creating another and attributing he to other card and putting the new card in another list.
Card card1 = new Card("Card1",MyList);
Card card2 = card1;
The text was updated successfully, but these errors were encountered: