示例#1
0
        private void button8_Click(object sender, EventArgs e)
        {
            this.Hide();
            Editmyprofile_emp f = new Editmyprofile_emp(null, this, null, nme, "1");

            f.Show();
        }
示例#2
0
 private void button4_Click(object sender, EventArgs e)
 {
     this.Close();
     ef.Show();
 }