Ejemplo n.º 1
0
        private void label1_Click(object sender, EventArgs e)
        {
            Form22 fm22 = new Form22();

            fm22.ShowDialog();
            this.Close();
        }
Ejemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            Form22 f4 = new Form22();

            f4.ShowDialog();
            this.Visible = true;
        }
Ejemplo n.º 3
0
        private void 修改密码ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            Form22 f4 = new Form22();

            f4.ShowDialog();
            this.Visible = true;
        }