Пример #1
0
 public CStudent(string main, string[] st)
 {
     fIO      = new CFIO();
     Exams    = new CExams();
     IsActive = true;
     getFromstr(main, st);
 }
Пример #2
0
 public CStudent()
 {
     FIO      = new CFIO();
     Group    = StringEquivalents.DefaultGroupes[sp];
     c        = 1;
     IsActive = true;
     exams    = new CExams();
 }