Example #1
0
 public EmployeeCare(HR hr)
 {
     hr.NewEmployee += CallEmployee;
 }