Esempio n. 1
0
        public AddStudent()
        {
            InitializeComponent();
            StudentInterface a = new ClassStudent();

            group.ItemsSource = a.GetGroup();
        }
Esempio n. 2
0
        public AddRating()
        {
            InitializeComponent();
            StudentInterface a = new ClassStudent();

            group.ItemsSource      = a.GetGroup();
            mark.ItemsSource       = mas;
            student.ItemsSource    = mas1;
            Discipline.ItemsSource = mas2;
            string[] mas3 = { "1", "2", "3", "4", "5", "6", "7", "8" };
            semester.ItemsSource = mas3;
        }
Esempio n. 3
0
        public List()
        {
            InitializeComponent();
            Show();
            StudentInterface a = new ClassStudent();

            group.ItemsSource = a.GetGroup();
            TeacherInterface t = new ClassTeacher();

            teacher.ItemsSource = t.GetTeacher();
            string[] mas1 = { "1", "2", "3", "4", "5", "6", "7", "8" };
            semester.ItemsSource = mas1;
        }
Esempio n. 4
0
        public AcademicRecord()
        {
            InitializeComponent();
            Show();
            StudentInterface g = new ClassStudent();

            group.ItemsSource = g.GetGroup();
            string[] mas1 = { "1", "2", "3", "4", "5", "6", "7", "8" };
            semester.ItemsSource = mas1;
            string[] mas2 = { "Зачет", "Экзамен", "Дифференцированный зачет" };
            type.ItemsSource = mas2;
            disc.ItemsSource = mas3;
        }
Esempio n. 5
0
        public AddList()
        {
            InitializeComponent();
            StudentInterface g = new ClassStudent();

            group.ItemsSource = g.GetGroup();
            TeacherInterface t = new ClassTeacher();

            teacher.ItemsSource = t.GetTeacher();
            string[] mas1 = { "1", "2", "3", "4", "5", "6", "7", "8" };
            semester.ItemsSource = mas1;
            string[] mas2 = { "Зачет", "Экзамен", "Дифференцированный зачет" };
            type.ItemsSource = mas2;
            disc.ItemsSource = mas3;
        }