Пример #1
0
 void CmdProcessorHasher_OnQueueCountChangedEvent(Commands.QueueCountEventArgs ev)
 {
     HasherQueueCount = ev.QueueCount;
 }
Пример #2
0
 void CmdProcessorGeneral_OnQueueCountChangedEvent(Commands.QueueCountEventArgs ev)
 {
     GeneralQueueCount = ev.QueueCount;
 }
Пример #3
0
 void CmdProcessorImages_OnQueueCountChangedEvent(Commands.QueueCountEventArgs ev)
 {
     ImagesQueueCount = ev.QueueCount;
 }