private void button1_Click(object sender, EventArgs e)
        {
            Form FormReporteMaterias = new ReporteMaterias();

            FormReporteMaterias.Show();
        }
Example #2
0
        private void reporteMateriasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ReporteMaterias reporteMaterias = new ReporteMaterias();

            reporteMaterias.Show();
        }
Example #3
0
        private void materiasToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            Form FormReporteMaterias = new ReporteMaterias();

            FormReporteMaterias.Show();
        }