예제 #1
0
 void SetAuthenticationCode(string code)
 {
     _authenticationManager.AuthenticateWithCode(code);
     if (_authenticationManager.IsAuthenticated)
     {
         _client.Connect();
     }
     OnPropertyChanged("AuthenticationRequiered");
 }