Exemplo n.º 1
0
 public void Dispose()
 {
     EventAggregator.UnSbscribe(this);
     isDisposed = true;
 }
Exemplo n.º 2
0
 private void IntTest(int obj)
 {
     Console.WriteLine(obj);
     eventAggregator.UnSbscribe(intToken);
 }