private void btnIncluirAgenda_Click(object sender, EventArgs e) { Estaticos.IncluirId = dgv_Pacientes.CurrentRow.Cells[0].Value.ToString(); Estaticos.IncluirNome = dgv_Pacientes.CurrentRow.Cells[1].Value.ToString(); frmAgendamento frmAgendamento = new frmAgendamento(); frmAgendamento.Show(); }
private void BtnCadProduto_Click(object sender, EventArgs e) { frmAgendamento frmAgendamento = new frmAgendamento(); frmAgendamento.Show(); }
private void tmiAgendar_Click(object sender, EventArgs e) { frmAgendamento frmAgendamento = new frmAgendamento(); frmAgendamento.ShowDialog(); }