コード例 #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
ファイル: FrmKullanici.cs プロジェクト: recepseyis/OnMuhasebe
 private void Listele()
 {
     gridControl1.DataSource = kullanicidal.GetAll(context);
 }
コード例 #4
0
 private void Guncelle() // guncelle method olarak oluşturuldu.
 {
     gridControlKullanici.DataSource = kullaniciDAL.GetAll(context);
 }