I'm running in to a seemingly simple problem, but can't seem to get around it >_<
I have a comboBox populated with myCustomObjects (programmatically). When I click on a button, I want to grabbed the currently selected myCustomObject and put it in another list. How do I go about doing this? myComboBox.SelectedItem returns a comboBoxItem instead of a myCustomObject.