Exemple #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            择导师 a = new  择导师(uid); //新窗体弹窗,旧的隐藏

            this.Hide();
            a.ShowDialog();
            this.Show();
        }
Exemple #2
0
        private void  择导师ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            择导师 a = new  择导师(uid); //新窗体弹窗,旧的隐藏

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