private void button2_Click(object sender, EventArgs e) { frmProfil pr = new frmProfil(); pr.Show(); this.Hide(); }
private void btnProfil_Click(object sender, EventArgs e) { frmProfil profil = new frmProfil(); profil.Show(); this.Close(); }
private void frmProfilGuncelleme_Load(object sender, EventArgs e) { frmProfil profil = new frmProfil(); idSelect(); }