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

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

            f26.Show();
            this.Hide();
        }
Example #3
0
        private void 奖学金评审表ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            Form26 f4 = new Form26();

            f4.ShowDialog();
            this.Visible = true;
        }
Example #4
0
        private void bunifuTileButton4_Click(object sender, EventArgs e)
        {
            Form26 f25 = new Form26();

            f25.ShowDialog();
        }