Exemplo n.º 1
0
 public RxWrapper(RxStatus status)
 {
     Status = status;
 }
Exemplo n.º 2
0
 public RxWrapper(RxStatus status, T data, Exception e = null)
 {
     Status    = status;
     Data      = data;
     Exception = e;
 }