Пример #1
0
 private void buttonBirthdayStudent_Click(object sender, EventArgs e)
 {
     student.CelebrateBirthday();
     LogStudentChange("birthday");
 }