Exemplo n.º 1
0
        private void ComboSearchList_SelectionChanged(object sender, SelectionChangedEventArgs e)
        {
            // updates the Breakpoint list with the filter

            BPManager.UpdateListSearch(comboSearchList.SelectedItem as Cells);
        }