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

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

            frm1.Show();
        }