예제 #1
0
파일: SchoolForm.cs 프로젝트: ZanubKH/c-APP
 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");
 }