Exemple #1
0
        private void txtPorcentaje_KeyPress(object sender, KeyPressEventArgs e)
        {
            cFunciones fun = new Clases.cFunciones();

            fun.SoloNumerosEnteros(e);
        }