private void button2_Click(object sender, EventArgs e) { GerarPdf pdf = new GerarPdf(); int id = int.Parse(dataGridView1.CurrentRow.Cells[0].Value.ToString()); pdf.relatorio(id, festa.pegarFesta(AutenticacaoCliente.pegarId())); }
private void button2_Click(object sender, EventArgs e) { GerarPdf pdf = new GerarPdf(); pdf.relatorio(AutenticacaoCliente.pegarId(), festa.pegarFesta(AutenticacaoCliente.pegarId())); }