Ejemplo n.º 1
0
        private void frasesEdadToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Edad childForm = new Edad();

            childForm.MdiParent = this;
            childForm.Text      = "Ventana " + childFormNumber++;
            childForm.Show();
        }
Ejemplo n.º 2
0
        private void button6_Click(object sender, EventArgs e)
        {
            Edad frm1 = new Edad();

            frm1.Show();
        }