Exemple #1
0
 private void txt_tel_prove_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.NumeroEnteros(e);
 }
Exemple #2
0
 private void txt_hasta_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.NumeroDecimal(e);
 }
Exemple #3
0
 private void txt_CodProd_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.NumeroEnteros(e);
 }