protected override void OnStart(string[] args) { log.Info("Servicio INICIADO"); EjecutorColas EJ = new EjecutorColas(); log.Info("Instancia Ejecutor Colas"); EJ.IniciarColasAll(); }
static void Main(string[] args) { EjecutorColas EJ = new EjecutorColas(); EJ.IniciarColasAll(); }