Ejemplo n.º 1
0
 private void btnABMPlanes_Click(object sender, EventArgs e)
 {
     PlanesEscritorio plaEsc = new PlanesEscritorio();
     plaEsc.ShowDialog();
 }
Ejemplo n.º 2
0
        private void btnABMPlanes_Click(object sender, EventArgs e)
        {
            PlanesEscritorio plaEsc = new PlanesEscritorio();

            plaEsc.ShowDialog();
        }