Created
June 29, 2016 12:18
-
-
Save henzard/603409cc0ad9fc8cb3b8dddfdf86e158 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TrackingCategory tr = _api.TrackingCategories.Find().First(); | |
_api.TrackingCategories[tr.Id].Add(new Option(){Name = "Blue"}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment