Skip to content

Instantly share code, notes, and snippets.

@henzard
Created June 29, 2016 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henzard/603409cc0ad9fc8cb3b8dddfdf86e158 to your computer and use it in GitHub Desktop.
Save henzard/603409cc0ad9fc8cb3b8dddfdf86e158 to your computer and use it in GitHub Desktop.
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