Exemplo n.º 1
0
        protected override bool OnPowerEvent(PowerBroadcastStatus powerStatus)
        {
            ChoApplication.WriteToEventLog("OnPowerEvent()...");
            if (_host != null)
            {
                return(_host.OnPowerEventService(powerStatus));
            }

            return(true);
        }