public SevkMakineler(Yetkili yetkili_) { InitializeComponent(); mecOperation = new BLLMecOperation(); otomatikYikamaOperation = new BLLOtomatikYikamaOperation(); paketlemeOperation = new BLLPaketlemeOperation(); sikmaOperation = new BLLSikmaOperation(); cırpmaOperation = new BLLCırpmaOperation(); yetkili = yetkili_; }
public Makineler(Musteri musteri_) { InitializeComponent(); musteri = musteri_; mecOperation = new BLLMecOperation(); otomatikYikamaOperation = new BLLOtomatikYikamaOperation(); paketlemeOperation = new BLLPaketlemeOperation(); sikmaOperation = new BLLSikmaOperation(); cırpmaOperation = new BLLCırpmaOperation(); }
public SikmaEkle(Yetkili yetkili_, Musteri musteri_ = null) { InitializeComponent(); sikmaOperation = new BLLSikmaOperation(); musteriOperation = new BLLMusteriOperation(); yetkili = yetkili_; musteri = musteri_; this.Text = "SIKMA MAKİNE EKLE"; btn_sil.Visible = false; }
public SikmaEkle(Yetkili yetkili_, SikmaMakine makine) { InitializeComponent(); Temp = makine; sikmaOperation = new BLLSikmaOperation(); musteriOperation = new BLLMusteriOperation(); yetkili = yetkili_; this.Text = "SIKMA MAKİNE GÜNCELLE"; doldur(); cmb_musteriAdi.Enabled = false; }