Пример #1
0
 private void buttonSchoolYearStudent_Click(object sender, EventArgs e)
 {
     student.AnotherSchoolYear();
     LogStudentChange("another school year");
     labelStudent.Text = student.InfoString();
 }
Пример #2
0
 private void buttonSchoolYearStudent_Click_1(object sender, EventArgs e)
 {
     student.AnotherSchoolYear();
     LogoStudentChange("another school year");
 }