Exemplo n.º 1
0
 private void reportesDeToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ReportePlanes repPla = new ReportePlanes();
     repPla.ShowDialog();
 }
Exemplo n.º 2
0
        private void reportesDeToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ReportePlanes repPla = new ReportePlanes();

            repPla.ShowDialog();
        }