示例#1
0
 private void txt_cantidad_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.SoloNumeros(e);
 }
示例#2
0
 private void txt_ppublico_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.SoloNumeros(e);
 }