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