コード例 #1
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            处理学生申请 a = new 处理学生申请(uid);//新窗体弹窗,旧的隐藏

            this.Hide();
            a.ShowDialog();
            this.Show();
        }
コード例 #2
0
        private void 处理学生申请ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            处理学生申请 a = new 处理学生申请(uid);//新窗体弹窗,旧的隐藏

            this.Hide();
            a.ShowDialog();
            this.Show();
        }