private void btnGuncelle_Click(object sender, EventArgs e) { frmKullaniciEkle frmKullaniciEkle = new frmKullaniciEkle(gvList.GetFocusedRowCellValue("EmployeesId").ToString()); frmKullaniciEkle.FormClosed += FrmKullaniciEkle_FormClosed; frmKullaniciEkle.ShowDialog(); }
private void btnEkle_Click(object sender, EventArgs e) { frmKullaniciEkle frmKullaniciEkle = new frmKullaniciEkle("-1"); frmKullaniciEkle.FormClosed += FrmKullaniciEkle_FormClosed; frmKullaniciEkle.ShowDialog(); }