private void txtKodaGore_TextChanged(object sender, EventArgs e) { Urun u = new Urun(); u.UrunleriGetirByKodaGore(txtKodaGore.Text, lvUrunler); }