コード例 #1
0
        private void txtAporteMensal_TextChanged(object sender, EventArgs e)
        {
            TextBox txt = ((TextBox)sender);

            Funcoes.Moeda(ref txt);
        }
コード例 #2
0
        private void txtRendimentos_TextChanged(object sender, EventArgs e)
        {
            TextBox txt = ((TextBox)sender);

            Funcoes.Moeda(ref txt);
        }
コード例 #3
0
        private void txtValorInicial_TextChanged(object sender, EventArgs e)
        {
            TextBox txt = ((TextBox)sender);

            Funcoes.Moeda(ref txt);
        }