Exemplo n.º 1
0
 public void Subscribe(ICommand <T> handler)
 {
     _observable.AddHandler(handler);
 }