Exemplo n.º 1
0
 protected override void OnCustomCommand(int command)
 {
     ChoApplication.WriteToEventLog("OnCustomCommand()...");
     if (_host != null)
     {
         _host.OnCustomCommandService(command);
     }
 }