private void frmCariSec_Load(object sender, EventArgs e) { gridControl1.DataSource = cariDal.GetCariler(context); }
private void GetAll() { gridControl1.DataSource = caridal.GetCariler(context); }