예제 #1
0
 private void btnABMPlanes_Click(object sender, EventArgs e)
 {
     PlanesEscritorio plaEsc = new PlanesEscritorio();
     plaEsc.ShowDialog();
 }
예제 #2
0
        private void btnABMPlanes_Click(object sender, EventArgs e)
        {
            PlanesEscritorio plaEsc = new PlanesEscritorio();

            plaEsc.ShowDialog();
        }