コード例 #1
0
 protected void FormLoader()
 {
     applicant_profile_title.Text = applicant.data.nev + (applicant.data.kategoria == 1 ? " - Profession" : "");
     header.Text                         = "Tisztelt " + applicant.data.nev + "!";
     projekt_cbx.ItemsSource             = new Utilities().Data_PorjectListSmall();
     csatolmany_listBox.ItemsSource      = Files.ReadApplicantFiles(Session.ApplicantID);
     megjegyzes_listBox.ItemsSource      = Utility.Data_CommentApplicant();
     interju_listBox.ItemsSource         = new Interview().Data_Interview();
     kapcsolodo_projekt_list.ItemsSource = applicant.Data_ProjectList();
 }