ToString () + "\nDiscipline: " + this.discipline + "\n"; } } class Processor { private List<Student> students = new List<Student>(); ...
確定! 回上一頁