public Ninux(EventProducer ep) { ep.MyEvent += HiNinux; }
public EventConsumer(EventProducer ep) { ep.MyEvent += PrintMessage; }