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