Esempio n. 1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            string xs   = label1.Text;
            xxgl   xxgl = new xxgl(xs);

            xxgl.MdiParent = this;
            xxgl.Show();
        }
Esempio n. 2
0
        private void 修改个人信息ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            string xs   = label1.Text;
            xxgl   xxgl = new xxgl(xs);

            xxgl.MdiParent = this;
            xxgl.Show();
        }
Esempio n. 3
0
        private void label1_Click_1(object sender, EventArgs e)
        {
            string xs   = label1.Text;
            xxgl   xxgl = new xxgl(xs);

            xxgl.MdiParent = this;
            xxgl.Show();
            //this.Hide();
        }