Example #1
0
 public void GetAll()
 {
     gridControl1.DataSource = stokDal.GetAllJoin(context);
 }
Example #2
0
 private void FrmStokSec_Load(object sender, EventArgs e)
 {
     gridcontStoklar.DataSource = stokDal.GetAllJoin(context);
 }
Example #3
0
 private void GetAll()
 {
     gridControl1.DataSource = StokDAL.GetAllJoin(context);
 }