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