Exemplo n.º 1
0
        private void регистрацияТовараToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form f10 = new Form25();

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

            f25.Show();
            this.Hide();
        }
Exemplo n.º 3
0
        private void 奖学金信息表ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            Form25 f4 = new Form25();

            f4.ShowDialog();
            this.Visible = true;
        }
Exemplo n.º 4
0
        private void bunifuTileButton3_Click(object sender, EventArgs e)
        {
            Form25 f25 = new Form25();

            f25.ShowDialog();
        }