コード例 #1
0
 private void txtBusquedaDescripcion_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoAlfanumerico(e);
 }
コード例 #2
0
ファイル: frmABMAutomovil.cs プロジェクト: KpdsK/TPGDD
 private void txtPatente_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoAlfanumerico(e);
 }
コード例 #3
0
 protected override void verificarCaracterIngresado(KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoAlfanumerico(e);
 }