Exemplo n.º 1
0
        private void заказыToolStripMenuItem3_Click(object sender, EventArgs e)
        {
            Form f10 = new Form27();

            f10.MdiParent = this;
            f10.Show();
        }
Exemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            Form27 f27 = new Form27();

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