Exemplo n.º 1
0
        private void tsmiPlanes_Click(object sender, EventArgs e)
        {
            Planes form = new Planes(UsuarioActual);

            form.MdiParent = this;
            form.Show();
        }
Exemplo n.º 2
0
        private void btn_Planes_Click(object sender, EventArgs e)
        {
            Planes formPlanes = new Planes();

            formPlanes.Show();
        }
Exemplo n.º 3
0
        private void administracionDePlanesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Planes planes = new Planes();

            planes.Show();
        }
Exemplo n.º 4
0
 private void btmAdministrarPlanes_Click(object sender, EventArgs e)
 {
     Planes p = new Planes();
     p.Show();
 }
Exemplo n.º 5
0
 private void mnuPlanes_Click(object sender, EventArgs e)
 {
     Planes pl = new Planes(UsuarioActual);
     pl.MdiParent = this;
     pl.Show();
 }
Exemplo n.º 6
0
        private void planesToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            Planes frmPlanes = new Planes();

            frmPlanes.Show();
        }
Exemplo n.º 7
0
        private void planesYMateriasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Planes appPlanes = new Planes();

            appPlanes.Show();
        }
Exemplo n.º 8
0
        private void btmAdministrarPlanes_Click(object sender, EventArgs e)
        {
            Planes p = new Planes();

            p.Show();
        }
Exemplo n.º 9
0
 private void planesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Planes plan = new Planes();
     plan.MdiParent = this;
     plan.Show();
 }
Exemplo n.º 10
0
        private void tsbPlanes_Click(object sender, EventArgs e)
        {
            Planes plan = new Planes(PerAct);

            plan.Show();
        }