Example #1
0
 private void data_EventReceived2(object sender, EventBus.Infrastructure.BusEventArgs <TestEvent> e)
 {
     countEvnt.Signal();
     System.Diagnostics.Debug.WriteLine("+++++");
 }
Example #2
0
 private void data_EventReceived(object sender, EventBus.Infrastructure.BusEventArgs <TestEvent> e)
 {
     mre.Set();
 }
Example #3
0
 private void data_EventHandled2(object sender, EventBus.Infrastructure.BusEventArgs <TestEvent> e)
 {
 }