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