예제 #1
0
 public Processor()
 {
     EventAgregator.Subscribe(this.Subscription);
 }
예제 #2
0
 private static void RunAggregator()
 {
     EventAgregator.Run();
 }
예제 #3
0
 private void Clean()
 {
     semaphore.Release();
     file = string.Empty;
     EventAgregator.Subscribe(this.Subscription);
 }