示例#1
0
 private void butAjouterUnMot_Click(object sender, EventArgs e)
 {
     dico.AjouterUnMot(txtNvMot.Text.ToLower());
 }