Exemplo n.º 1
0
 protected SplatRegistrar()
 {
     this.logger = LoggerService.GetLogger(this.GetType());
 }
Exemplo n.º 2
0
 public MainActivity()
 {
     this.logger = LoggerService.GetLogger(this.GetType());
     this.resultResolutionSubject = new SerialDisposable <Subject <bool> >();
 }