private void Button2_Click(object sender, EventArgs e) { which = "ynkyt"; ekle frm2 = new ekle(kisiler); if (frm2.ShowDialog() == DialogResult.OK) { BindData(); } }
private void Button3_Click(object sender, EventArgs e) { which = ""; which = "gncl"; if (listView1.SelectedIndices.Count > 0) { idguncel = listView1.SelectedItems[0].SubItems[4].Text; ekle frm2 = new ekle(kisiler); frm2.ShowDialog(); } else { MessageBox.Show("seçili kisi yok"); } }