private void btn_musteriekle_Click(object sender, EventArgs e) { MusteriEkle musteriEkle = new MusteriEkle(); musteriEkle.ShowDialog(); customersFill(new CustomerManager()); }
private void btn_musteriEkle_Click(object sender, EventArgs e) { musteriEkle = new MusteriEkle(); // müşteri ekleme paneli musteriEkle.ShowDialog(); getAllCustomerAndFill(); }
private void simpleButton3_Click(object sender, EventArgs e) { musteriEkle = new MusteriEkle(); musteriEkle.ShowDialog(); gridViewFill(); }