private void txtAporteMensal_TextChanged(object sender, EventArgs e) { TextBox txt = ((TextBox)sender); Funcoes.Moeda(ref txt); }
private void txtRendimentos_TextChanged(object sender, EventArgs e) { TextBox txt = ((TextBox)sender); Funcoes.Moeda(ref txt); }
private void txtValorInicial_TextChanged(object sender, EventArgs e) { TextBox txt = ((TextBox)sender); Funcoes.Moeda(ref txt); }