Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.72 KB | None | 0 0
  1.  
  2.                     FirstLineText = _localizationService.GetLocalizedString(LocalizationConstants.sign_in_out_completely_host_notify_problem);
  3.                     SecondLineText = _localizationService.GetLocalizedString("sign_in_out_completely_signed_in_line2", "Please advise the receptionist.");
  4.                     StartCountdown(_sessionEndTimeout);
  5.                     break;
  6.                 case FinalViewModes.SigninCompleted:
  7.                     FirstLineText = _localizationService.GetLocalizedString("sign_in_out_completely_signed_in", "Signed In!");
  8.                     SecondLineText = _localizationService.GetLocalizedString("sign_in_out_completely_signed_in_line2", "Please wait for your host to come get you.");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement