Example #1
0
        private void KullaniciListeleDuzenle_Load(object sender, EventArgs e)
        {
            Styler.gridViewCommonStyle(kullaniciListesiGridView);
            cbGrupKey.DataSource    = KullaniciOlustur.getGrupDataTableForBindToComboBox();
            cbGrupKey.DisplayMember = "GRUP_ADI";
            cbGrupKey.ValueMember   = "GRUP_INCKEY";
            listKullanici();

            cbGrupKey.SelectedIndex = 0;
        }
Example #2
0
        private void kullaniciEklePage(object sender, EventArgs e)
        {
            KullaniciOlustur kullaniciOlustur = new KullaniciOlustur();

            kullaniciOlustur.Show();
        }