Example #1
0
        private void saveToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Fecha childForm = new Fecha();

            childForm.MdiParent = this;
            childForm.Text      = "Ventana " + childFormNumber++;
            childForm.Show();
        }
Example #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            Fecha frm1 = new Fecha();

            frm1.Show();
        }