Exemplo n.º 1
0
 protected override void OnPause()
 {
     ChoApplication.WriteToEventLog("OnPause()...");
     if (_host != null)
     {
         _host.OnPauseService();
     }
 }