Exemplo n.º 1
0
        private void вводПокупателейToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form f10 = new Form26();

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

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