private void matriculasToolStripMenuItem_Click(object sender, EventArgs e) { ReporteMatricula repMat = new ReporteMatricula(); repMat.MdiParent = this; repMat.Show(); }
private void matriculasToolStripMenuItem_Click(object sender, EventArgs e) { //hace el llamado al formulario de reportes de matricula ReporteMatricula repMat = new ReporteMatricula(); repMat.MdiParent = this; repMat.Show(); }