Exemplo n.º 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();
        }
Exemplo n.º 2
0
 public editpass(Editmyprofile_emp e, string i)
 {
     id   = Convert.ToInt32(i);
     cobj = new Controller();
     ef   = e;
     InitializeComponent();
 }
Exemplo n.º 3
0
 public editneeds(Editmyprofile_emp e, int i)
 {
     id   = i;
     cobj = new Controller();
     ef   = e;
     InitializeComponent();
 }
Exemplo n.º 4
0
 public editaddress(Editmyprofile_emp e, int i)
 {
     id             = i;
     Controller_OBJ = new Controller();
     ef             = e;
     InitializeComponent();
 }