Exemplo n.º 1
0
 public OtomatikYikamaEkle(Yetkili yetkili, OtomatikHaliYikama makine)
 {
     InitializeComponent();
     Temp = makine;
     otomatikYikamaOperation = new BLLOtomatikYikamaOperation();
     musteriOperation        = new BLLMusteriOperation();
     yetkili_  = yetkili;
     this.Text = "OTOMATİK YIKAMA GÜNCELLE";
 }
Exemplo n.º 2
0
 public SevkMakineler(Yetkili yetkili_)
 {
     InitializeComponent();
     mecOperation            = new BLLMecOperation();
     otomatikYikamaOperation = new BLLOtomatikYikamaOperation();
     paketlemeOperation      = new BLLPaketlemeOperation();
     sikmaOperation          = new BLLSikmaOperation();
     cırpmaOperation         = new BLLCırpmaOperation();
     yetkili = yetkili_;
 }
Exemplo n.º 3
0
 public OtomatikYikamaEkle(Yetkili yetkili, Musteri _musteri = null)
 {
     InitializeComponent();
     otomatikYikamaOperation = new BLLOtomatikYikamaOperation();
     musteriOperation        = new BLLMusteriOperation();
     yetkili_        = yetkili;
     musteri         = _musteri;
     this.Text       = "OTOMATİK YIKAMA EKLE";
     btn_sil.Visible = false;
 }
Exemplo n.º 4
0
 public Makineler(Musteri musteri_)
 {
     InitializeComponent();
     musteri                 = musteri_;
     mecOperation            = new BLLMecOperation();
     otomatikYikamaOperation = new BLLOtomatikYikamaOperation();
     paketlemeOperation      = new BLLPaketlemeOperation();
     sikmaOperation          = new BLLSikmaOperation();
     cırpmaOperation         = new BLLCırpmaOperation();
 }