Beispiel #1
0
 public StudentTable()
 {
     InitializeComponent();
     new ComboBoxManager().LoadInfoToCourceComboBox(CourceSearchComboBox);
     _manager        = new SaveNLoadManager();
     _curriculumInfo = _manager.LoadCurruculumData();
     courceList      = CreateCourceListForTreeView();
     _dataStudent    = _manager.LoadStudentData();
     _manager.LoadDefaultPhoto(PhotoPictureBox);
     LoadInfoToTree();
     //StudentCardsTreeView.HideSelection = false;
 }
Beispiel #2
0
 public ComboBoxManager()
 {
     curriculumInfo = new SaveNLoadManager().LoadCurruculumData();
 }