예제 #1
0
 private void buttonAddModule_Click(object sender, EventArgs e)
 {
     student.AddOneModuleEC();
     LogStudentChange("module EC");
 }
예제 #2
0
파일: SchoolForm.cs 프로젝트: ZanubKH/c-APP
 private void buttonAddModule_Click(object sender, EventArgs e)
 {
     student.AddOneModuleEC();
     LogStudentChange("EC'S");
     labelStudent.Text = student.InfoString();
 }