コード例 #1
0
 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;
 }