Example #1
0
        private void компанииToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            Form f10 = new Form28();

            f10.MdiParent = this;
            f10.Show();
        }
Example #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            Form28 f28 = new Form28();

            f28.Show();
            this.Hide();
        }