Exemple #1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            configuracion conf = new configuracion();

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

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

            c.Show();
        }