コード例 #1
0
ファイル: SchoolForm.cs プロジェクト: fabestine1/MyThing
 private void buttonBirthdayStudent_Click(object sender, EventArgs e)
 {
     student.CelebrateBirthday();
     LogStudentChange("birthday");
 }