コード例 #1
0
 public void Completez_CheckedBox_Substante()
 {
     substanteT = Dozare.Selectez_Substante();
     checkedListBox1.Items.Clear();
     checkedListBox1.DataSource    = substanteT;
     checkedListBox1.ValueMember   = "ids";
     checkedListBox1.DisplayMember = "substanta";
 }
コード例 #2
0
 void Completez_Combo_Substante()
 {
     substanteT = Dozare.Selectez_Substante();
     comboBoxSubstanta.Items.Clear();
     comboBoxSubstanta.DataSource    = substanteT;
     comboBoxSubstanta.ValueMember   = "ids";
     comboBoxSubstanta.DisplayMember = "substanta";
 }