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