예제 #1
0
 private void textboxL1_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Solonumeros(e);
 }
예제 #2
0
 private void txtMarca_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Sololetras(e);
 }
예제 #3
0
 private void txtmodelo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.TextoConNumeros(e);
 }
 private void textboxUsuarioModificar_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.TextoConNumeros(e);
 }
 private void textboxContraseña_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.TextoConNumeros(e);
 }
 private void textboxApellidoModificar_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Sololetras(e);
 }
 private void textboxCelularModificar_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Solonumeros(e);
 }
예제 #8
0
 private void txtDescripcion_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.TextoConNumeros(e);
 }
예제 #9
0
 private void txtPrecio_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Solonumeros(e);
 }
예제 #10
0
 private void textBoxCelularFac_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Solonumeros(e);
 }
예제 #11
0
 private void textBoxApellidoFac_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Sololetras(e);
 }
예제 #12
0
 private void txtDestinatario_KeyPress_1(object sender, KeyPressEventArgs e)
 {
     Validar.Sololetras(e);
 }