public frmChangeInformationOfMember_Professor(Professor professor) : this()
 {
     this.professor = professor;
     LoadDateOfProfessor();
     pp = true;
 }
예제 #2
0
 public frmPersonalInformationProfessor(Professor professor) : this()
 {
     this.professor = professor;
 }