Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created January 16, 2020 14:32
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 gavilanch/ba6d998edf40c0a71f1b060b9fda0fff to your computer and use it in GitHub Desktop.
Save gavilanch/ba6d998edf40c0a71f1b060b9fda0fff to your computer and use it in GitHub Desktop.
private void Select(MultipleSelectorModel item)
{
NoSelected.Remove(item);
Selected.Add(item);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment