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