Re: [Mono-dev] Why Event not actived

2006-09-16 Thread latency
Hi, you are fireing the events in class evento in it's constructur. That way all events will have been fired before the Main-Method reaches e.TerminoBucle += new EventHandlerIniciar2(handler); So the events does not have an consumer and no actions will occure. In generall I don't know how to

[Mono-dev] [PATCH] ServiceProcess API compatibility fixes

2006-09-16 Thread Gert Driesen
Hi Joerg, Attached is a patch which fixes some API compatbility issues for System.ServiceProcess. Most of these fixes just add missing attributes, these should definitely not have any effect on mono-service. However, I also modified the signature of the OnCustomCommand and OnPowerEvent