Exemple #1
0
 private void txtBusquedaDescripcion_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoAlfanumerico(e);
 }
Exemple #2
0
 private void txtPatente_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoAlfanumerico(e);
 }
Exemple #3
0
 protected override void verificarCaracterIngresado(KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoAlfanumerico(e);
 }