private void btnVisualizarAlunos_Click(object sender, EventArgs e) { this.Hide(); frmRelatorio form = new frmRelatorio(); form.ShowDialog(); this.Close(); }
private void BtnVisualizarAlunos_Click(object sender, EventArgs e) { this.Hide(); frmRelatorio form = new frmRelatorio(); form.ShowDialog(); this.Close(); pnlIndicador.Height = btnVisualizarAlunos.Height; pnlIndicador.Top = btnVisualizarAlunos.Top; }