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