Пример #1
0
        private void Fill()
        {
            List <ComboBox> boxes = userControlComboboxList.Boxes;
            List <string>   cond  = sound.GetAllMeasurements(sound.GetDesktop(), false);

            boxes[0].FillCombo(cond);
            boxes[0].SelectCombo(sound.Condition);
            List <string> snd = sound.GetAllMeasurements(sound.GetDesktop(), "");

            boxes[1].FillCombo(snd);
            boxes[1].SelectCombo(sound.Sound);
        }