Example #1
0
 private void opçãoNovoCrédito_Click(object sender, EventArgs e)
 {
     JanelaCadastroCrédito janela = new JanelaCadastroCrédito();
     janela.AbrirParaCadastro(Pessoa);
     janela.ShowDialog(this);
     AoExibir();
 }