public ExceptionSender()
 {
     this.exceptionSender = DependencyService.Get <IExceptionSender>();
 }
예제 #2
0
 public UserConverter(IExceptionSender exceptionSender)
 {
     this.exceptionSender = exceptionSender;
 }
예제 #3
0
 public Repeater(IExceptionSender exceptionSender)
 {
     this.exceptionSender = exceptionSender;
 }