Beispiel #1
0
        private void temi9X9_Click(object sender, EventArgs e)
        {
            Form9x9 subForm = new Form9x9()
            {
                MdiParent = this,
            };

            subForm.Show();
        }
Beispiel #2
0
        private void temi9X9_Click(object sender, EventArgs e)
        {
            Form9x9 subForm = new Form9x9()
            {
                MdiParent = this,
            };

            subForm.Show();
        }