Exemplo n.º 1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            configuracion conf = new configuracion();

            conf.MdiParent = this.MdiParent;
            conf.Show();
        }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            configuracion c = new configuracion();

            c.MdiParent = this.MdiParent;
            c.Show();
        }
Exemplo n.º 3
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            configuracion c = new configuracion();

            c.Show();
        }