Ejemplo n.º 1
0
        private void txtAporteMensal_TextChanged(object sender, EventArgs e)
        {
            TextBox txt = ((TextBox)sender);

            Funcoes.Moeda(ref txt);
        }
Ejemplo n.º 2
0
        private void txtRendimentos_TextChanged(object sender, EventArgs e)
        {
            TextBox txt = ((TextBox)sender);

            Funcoes.Moeda(ref txt);
        }
Ejemplo n.º 3
0
        private void txtValorInicial_TextChanged(object sender, EventArgs e)
        {
            TextBox txt = ((TextBox)sender);

            Funcoes.Moeda(ref txt);
        }