コード例 #1
0
 private void btnKaydet_Click(object sender, EventArgs e)
 {
     if (stokDal.AddOrUpDate(context, _entity))
     {
         kodOlustur.KodArttirma();
         stokDal.Save(context);
         stokkayitedildi = true;
         this.Close();
     }
 }