Quelques mots de remerciements seront grandement appréciés. Ajouter un commentaire
206 internautes nous ont dit merci ce mois-ci
this.comboBoxSerieName.TextChanged -= new System.EventHandler(this.comboBoxSerieName_SelectedValueChanged); //... this.comboBoxSerieName.TextChanged += new System.EventHandler(this.comboBoxSerieName_SelectedValueChanged);
this.comboBoxSerieName.Enable = false; //... this.comboBoxSerieName.Enable = true;