Exemplo n.º 1
0
 private void txtNombres_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.soloLetras(e);
 }
Exemplo n.º 2
0
 private void txtMedico_KeyPress(object sender, KeyPressEventArgs e)
 {
     objValidaciones.soloLetras(e);
 }