Beispiel #1
0
 private void ciProp_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Beispiel #2
0
 private void telCliente_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Beispiel #3
0
 private void txtTel_KeyPress_1(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Beispiel #4
0
 private void txtMetros_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Beispiel #5
0
 private void txtAñoConstru_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Beispiel #6
0
 private void txtParrillero_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Beispiel #7
0
 private void txtGastosApto_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }