Exemplo n.º 1
0
        private void txtMIVA_KeyPress(object sender, KeyPressEventArgs e)
        {
            validardouble vl = new validardouble();

            e.Handled = vl.SoloNumeros(e, txtMIVA.Text);
        }
Exemplo n.º 2
0
        private void TxtPrecioMin_KeyPress(object sender, KeyPressEventArgs e)
        {
            validardouble vl = new validardouble();

            e.Handled = vl.SoloNumeros(e, TxtPrecioMin.Text);
        }