예제 #1
0
 public DisplaySignInError(VirgilException virgilException, string email)
 {
     this.Email     = email;
     this.Exception = virgilException;
 }
예제 #2
0
 public void NavigateBack(VirgilException e)
 {
     this.eventAggregator.Publish(new NavigateTo(typeof(ICreateNewAccountModel)));
 }
 public void NavigateBack(VirgilException e)
 {
     this.eventAggregator.Publish(new NavigateTo(typeof(IRegenerateKeypairModel)));
 }
예제 #4
0
 public void NavigateBack(VirgilException e)
 {
     this.aggregator.Publish(new DisplaySignInError(e, this.email));
 }