Exemplo n.º 1
0
 private void textPrecio_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.SoloNumeros(e);
 }
Exemplo n.º 2
0
 private void textProducto_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.SoloLetras(e);
 }