Пример #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);
 }