Esempio n. 1
0
 private void CallFinishInteraction()
 {
     Job.Passwords = JobPasswordHelper.GetJobPasswords(Job.Profile, Job.Accounts); // Set passwords in case the profile has changed
     FinishInteraction();
 }
Esempio n. 2
0
 private void CallFinishInteraction()
 {
     _job.Passwords = JobPasswordHelper.GetJobPasswords(_job.Profile, _job.Accounts); //todo: Why here? Aren't we doing that already somewhere else?
     FinishInteraction();
 }