Beispiel #1
0
 private void showEmployerViewCV(object sender, SqlNotificationEventArgs e)
 {
     CvHub.ShowEmployerViewCV();
 }
Beispiel #2
0
 private void showAttentionEmployer(object sender, SqlNotificationEventArgs e)
 {
     CvHub.ShowAttentionEmployer();
 }
Beispiel #3
0
 private void show_ViewCvEmployer(object sender, SqlNotificationEventArgs e)
 {
     CvHub.ShowSubmitCvsCandidate();
 }