public void Completez_CheckedBox_Substante() { substanteT = Dozare.Selectez_Substante(); checkedListBox1.Items.Clear(); checkedListBox1.DataSource = substanteT; checkedListBox1.ValueMember = "ids"; checkedListBox1.DisplayMember = "substanta"; }
void Completez_Combo_Substante() { substanteT = Dozare.Selectez_Substante(); comboBoxSubstanta.Items.Clear(); comboBoxSubstanta.DataSource = substanteT; comboBoxSubstanta.ValueMember = "ids"; comboBoxSubstanta.DisplayMember = "substanta"; }