Example #1
0
 public Ninux(EventProducer ep)
 {
     ep.MyEvent += HiNinux;
 }
Example #2
0
 public EventConsumer(EventProducer ep)
 {
     ep.MyEvent += PrintMessage;
 }