private void BtnAlterar_Click(object sender, EventArgs e) { FrmCadastrarLeitor FormCadastroLeitor = new FrmCadastrarLeitor(); FormCadastroLeitor.ReceberDados(leitor); FormCadastroLeitor.Show(); Close(); }
private void CadastroLeitorClick(object sender, EventArgs e) { FrmCadastrarLeitor frmCadastroLeitor = new FrmCadastrarLeitor(); frmCadastroLeitor.Show(); }