Exemplo n.º 1
0
 public Processor()
 {
     EventAgregator.Subscribe(this.Subscription);
 }
Exemplo n.º 2
0
 private void Clean()
 {
     semaphore.Release();
     file = string.Empty;
     EventAgregator.Subscribe(this.Subscription);
 }