public TranslationService()
 {
     _tokenService = new TokenService();
     _tokenService.AccessTokenComplete += _tokenService_AccessTokenComplete;
 }
Exemple #2
0
 public TranslationService()
 {
     _tokenService = new TokenService();
     _tokenService.AccessTokenComplete += _tokenService_AccessTokenComplete;
 }