Пример #1
0
 public Publication(Student stu, SciAchivment ach)
 {
     Author   = (Student)stu.Clone();
     pub_type = ach;
 }
Пример #2
0
 public Publication()
 {
     Author   = new Student();
     Pub_type = (int)SciAchivment.THESIS;
 }