Beispiel #1
0
        private void txtMIVA_KeyPress(object sender, KeyPressEventArgs e)
        {
            validardouble vl = new validardouble();

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

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