示例#1
0
 protected override void OnStop()
 {
     ProcessingService.Stop();
     ocrService.Dispose();
     Log.Information("Car Service Stopped");
 }