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