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

            r.SatisGetirRapor(lvRapor, dtpBTarih.Value, dtpSTarih.Value, txtTUcus, txtTKazanc);
        }