Esempio n. 1
0
 private void txtNombre_KeyPress(object sender, KeyPressEventArgs e)
 {
     filtro.SinNumeros(e);
 }