public Listeler()
 {
     InitializeComponent();
     CKSBll              = new Cks2020Bll();
     isletmeBll          = new CiftcilerBll();
     sertifikaliTohumBll = new SertifikaliTohum2020Bll();
     _mgd2019Bll         = new Mgd2019Bll();
     cks2021Bll          = new Cks2021Bll();
 }
 public CiftciGuncelle(Ciftci ciftci)
 {
     InitializeComponent();
     _ciftci = ciftci;
     bll     = new CiftcilerBll();
 }
Beispiel #3
0
 public Form1()
 {
     InitializeComponent();
     isletmeBll = new CiftcilerBll();
     _selenium  = new Selenium();
 }