示例#1
0
 public FrmAyarlar()
 {
     InitializeComponent();
     lookupDepo.Properties.DataSource      = depoDal.GetAll(context);
     lookupDepo.EditValue                  = SettingsTool.AyarOku(SettingsTool.Ayarlar.FrmFisIslem_VarsayılanDepo);
     lookUpKullanici.Properties.DataSource = kullaniciDAL.GetAll(context);
     lookUpKullanici.EditValue             = SettingsTool.AyarOku(SettingsTool.Ayarlar.FrmKullaniciGiris_VarsayılanKullanici);
     toggleGuncelle.IsOn = Convert.ToBoolean(SettingsTool.AyarOku(SettingsTool.Ayarlar.GenelAyarlar_GuncellemeKontrolu));
 }
示例#2
0
 private void Guncelle()
 {
     gridControl1.DataSource = kullaniciDAL.GetAll(context);
 }
示例#3
0
 private void Listele()
 {
     gridControl1.DataSource = kullanicidal.GetAll(context);
 }
示例#4
0
 private void Guncelle() // guncelle method olarak oluşturuldu.
 {
     gridControlKullanici.DataSource = kullaniciDAL.GetAll(context);
 }