예제 #1
0
파일: NewProvider.cs 프로젝트: NAM392/PROG3
 private void txt_tel_prove_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.NumeroEnteros(e);
 }
예제 #2
0
파일: Ver_Stock.cs 프로젝트: NAM392/PROG3
 private void txt_hasta_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.NumeroDecimal(e);
 }
예제 #3
0
파일: Item.cs 프로젝트: NAM392/PROG3
 private void txt_CodProd_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.NumeroEnteros(e);
 }