示例#1
0
 public OgrenciController()
 {
     _ogrenciBolgeBll  = new OgrenciBolgeBll();
     _ogrenciBll       = new OgrenciBll();
     _okulBll          = new OkulBll();
     _tahakkukBll      = new TahakkukBll();
     _tahakkukDetayBll = new TahakkukDetayBll();
 }
示例#2
0
        public OgrenciEditForm()
        {
            InitializeComponent();

            dataLayoutControl = myDataLayoutControl;
            Bll = new OgrenciBll(myDataLayoutControl);
            txtKanGrubu.Properties.Items.AddRange(EnumFunctions.GetEnumDescriptionList <KanGrubu>());
            txtCinsiyet.Properties.Items.AddRange(EnumFunctions.GetEnumDescriptionList <Cinsiyet>());
            kartTuru = KartTuru.Ogrenci;
            EventsLoad();
        }
示例#3
0
 public OgrenciListForm()
 {
     InitializeComponent();
     Bll       = new OgrenciBll();
     ShowItems = new BarItem[] { btnTahakkukYap };
 }