Exemple #1
0
 private void buttonBirthdayTeacher_Click(object sender, EventArgs e)
 {
     teacher.CelebrateBirthday();
     LogTeacherChange("birthday");
 }