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