Exemplo n.º 1
0
        //NUEVA PRESENTACION
        private void button1_Click_1(object sender, EventArgs e)
        {
            VentanaPresentacio vp = new VentanaPresentacio();

            vp.referenciaPadre(this);
            vp.Show();
        }
Exemplo n.º 2
0
        private void button7_Click(object sender, EventArgs e)
        {
            VentanaPresentacio Vpres = new VentanaPresentacio();

            Vpres.Show();
        }
Exemplo n.º 3
0
        private void presentacionToolStripMenuItem_Click(object sender, EventArgs e)
        {
            VentanaPresentacio Vpres = new VentanaPresentacio();

            Vpres.Show();
        }