Beispiel #1
0
 private void txtDocumento_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.soloNumeros(e);
 }
Beispiel #2
0
 private void txtTelefono_KeyPress(object sender, KeyPressEventArgs e)
 {
     V.soloNumeros(e);
 }
Beispiel #3
0
 private void txtValor_KeyPress(object sender, KeyPressEventArgs e)
 {
     objValidaciones.soloNumeros(e);
 }
 private void txtCantidad_KeyPress(object sender, KeyPressEventArgs e)
 {
     c.soloNumeros(e);
 }
Beispiel #5
0
 private void txtValor_KeyPress(object sender, KeyPressEventArgs e)
 {
     V.soloNumeros(e);
 }