Beispiel #1
0
 private void txtBusquedaApellidoChofer_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoAlfabeticoConBlancos(e);
 }
Beispiel #2
0
 private void txtNombre_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoAlfabeticoConBlancos(e);
 }