public TranslationService()
 {
     _tokenService = new TokenService();
     _tokenService.AccessTokenComplete += _tokenService_AccessTokenComplete;
 }
Exemplo n.º 2
0
 public TranslationService()
 {
     _tokenService = new TokenService();
     _tokenService.AccessTokenComplete += _tokenService_AccessTokenComplete;
 }