Ejemplo n.º 1
0
 private void button2_Click(object sender, EventArgs e)
 {
     Cadastro.FrmConta f = new Cadastro.FrmConta();
     f.ShowDialog();
 }
Ejemplo n.º 2
0
 private void bunifuFlatButton2_Click(object sender, EventArgs e)
 {
     Cadastro.FrmConta c = new Cadastro.FrmConta();
     c.ShowDialog();
     CarregarDadosGrid(sender, e);
 }