コード例 #1
0
 public MusteriGuncelle(Customer customer)
 {
     InitializeComponent();
     customerOperation = new BLLCustomerOperation();
     _customer         = customer;
     txtDolur();
 }
コード例 #2
0
ファイル: Musteriler.cs プロジェクト: hsynalv/MyFirstProject
 public Musteriler()
 {
     InitializeComponent();
     customerOperation = new BLLCustomerOperation();
     acıkForm          = new Form();
 }
コード例 #3
0
ファイル: MusteriEkle.cs プロジェクト: hsynalv/MyFirstProject
 public MusteriEkle()
 {
     InitializeComponent();
     customerOperation = new BLLCustomerOperation();
 }