private void dtpSTarih_ValueChanged(object sender, EventArgs e) { cRapor r = new cRapor(); r.SatisGetirRapor(lvRapor, dtpBTarih.Value, dtpSTarih.Value, txtTUcus, txtTKazanc); }