Ejemplo n.º 1
0
 //try authorize account
 public void TestAccountCommand()
 {
     Execute.OnUIThreadAsync(async() =>
     {
         await _sender.CheckAccount();
         NotifyOfPropertyChange(nameof(this.AccState));
         NotifyOfPropertyChange(nameof(this.SrvState));
         _windowManager.ShowMessageBox("Account tested");
     });
 }