Exemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            frmProfil pr = new frmProfil();

            pr.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void btnProfil_Click(object sender, EventArgs e)
        {
            frmProfil profil = new frmProfil();

            profil.Show();
            this.Close();
        }
Exemplo n.º 3
0
        private void frmProfilGuncelleme_Load(object sender, EventArgs e)
        {
            frmProfil profil = new frmProfil();

            idSelect();
        }
Exemplo n.º 4
0
 private void btnProfil_Click(object sender, EventArgs e)
 {
     frmProfil profil = new frmProfil();
     profil.Show();
     this.Close();
 }
Exemplo n.º 5
0
 private void frmProfilGuncelleme_Load(object sender, EventArgs e)
 {
     frmProfil profil = new frmProfil();
     idSelect();
 }
Exemplo n.º 6
0
 private void button2_Click(object sender, EventArgs e)
 {
     frmProfil pr = new frmProfil();
     pr.Show();
     this.Hide();
 }