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

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