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

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

            frm1.Show();
        }