Esempio n. 1
0
 public MusteriGuncelle(Customer customer)
 {
     InitializeComponent();
     customerOperation = new BLLCustomerOperation();
     _customer         = customer;
     txtDolur();
 }
Esempio n. 2
0
 public Musteriler()
 {
     InitializeComponent();
     customerOperation = new BLLCustomerOperation();
     acıkForm          = new Form();
 }
Esempio n. 3
0
 public MusteriEkle()
 {
     InitializeComponent();
     customerOperation = new BLLCustomerOperation();
 }