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