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